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:
Name | Type | Description |
---|---|---|
segmentIndex | int | The index of the spline segment in which the points originates |
value | float | The t parameter of the point |
Properties:
Name | Type | Description |
---|---|---|
segmentIndex | int | Spline segment index |
t | float | Segment T parameter |
Methods
equals(sp) → {booleam}
Parameters:
Name | Type | Description |
---|---|---|
sp | PathBuilding.SplineParameter |
Returns:
equality
Type
booleam