start property

Vector3 get start

Gets first point of the polyline.

Implementation

Vector3 get start => lines.first.a;