Line.mid_points

Line.mid_points is an array containing all of the points that are neither start nor end points.

struct Line
Point[] mid_points;

Meta