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 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.