Skip to content

Instance Functions

getAllPoints():Array<Point>

description

Returns all points of the Line Segment Structure.

getSegmentPointsByPoint(point:TPoint):Array<Point>

description

Returns the line segment points of the structure that make up the segment nearest to the provided point.

getType():Int