Line

Struct for representing a line composed of at least a starting point and an end point.

Members

Functions

opAssign
void opAssign(Line rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Line rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mid_points
Point[] mid_points;

Array of all points that are not the start or end points.

start
Point start;

The start point of the line..

stop
Point stop;

The end point of the line.

Meta