1 2 3 4 5 6 7
// Generated by hobgoblin. /// A straight line from one point to another. pub struct Line { pub start: crate::point::Point, pub end: crate::point::Point, }