Skip to main content

Class: SplineParameter

PathBuilding.SplineParameter(segmentIndex, value)

A spline parameter, defined by a spline segment index and a T parameter

Constructor

new SplineParameter(segmentIndex, value)

Parameters:
NameTypeDescription
segmentIndexintThe index of the spline segment in which the points originates
valuefloatThe t parameter of the point
Properties:
NameTypeDescription
segmentIndexintSpline segment index
tfloatSegment T parameter

Methods

equals(sp) → {booleam}

Parameters:
NameTypeDescription
spPathBuilding.SplineParameter
Returns:

equality

Type

booleam

Home