Gets the number of curves in the curve set.
Gets the interpolation scheme applied to all curves in the curve set.
Sets the interpolation scheme applied to all curves in the curve set. Can be:
Defaults to CURVE_SMOOTHSTEP.
Returns a clone of the specified curve set object.
A clone of the specified curve set.
Return a specific curve in the curve set.
The index of the curve to return.
The curve at the specified index.
Returns the interpolated value of all curves in the curve set at the specified time.
The time at which to calculate the value.
Optional
result: number[] = []The interpolated curve values at the specified time. If this parameter is not supplied, the function allocates a new array internally to return the result.
The interpolated curve values at the specified time.
A curve set is a collection of curves.