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

Description