Struct for representing a line composed of at least a starting point and an end point.
Array of all points that are not the start or end points.
The start point of the line..
The end point of the line.
See Implementation
Struct for representing a line composed of at least a starting point and an end point.