Methods

dispose():Void

Destroys the segment

@:value({ target : null })getPointOnSegment(phase:Float, ?target:Vector3D):Vector3D

Calculates the position of the curve on this segment.

@return

Parameters:

phase

The ratio between the start and end point.

target

An optional target to store the calculation, to prevent creating a new Vector3D object.