The struct Line is defined in lines.web.
Lines are not Shapes. They are used for
performing vector operations. A Line is defined by a
Point representing a position vector and a Point
representing a direction vector.
See also the descriptions of Point::get_line() in
Points and Lines, and
Path::get_line() in
Path Reference; Querying.