Method GetCurveLength
GetCurveLength(int)
Return the length of a curve.
Declaration
float GetCurveLength(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the curve for which the length needs to be retrieved. |
Returns
Type | Description |
---|---|
float | Returns the length of the curve of index 'index' in the spline. |