Class: NumericSpline
components.NumericSpline
Represents a spline that can take numeric values.
#
HierarchySpline
<number
>↳
NumericSpline
#
Constructors#
constructor• new NumericSpline(...keys
)
Creates a new spline instance, using the specified keys. Note that you have to pass at least one key.
#
ParametersName | Type |
---|---|
...keys | SplineKey <number >[] |
#
Inherited fromSpline<number>.constructor
#
Defined in#
Methods#
evaluateâ–¸ evaluate(time
): number
Evaluates the spline at the given time.
#
ParametersName | Type |
---|---|
time | number |
#
Returnsnumber
#
Inherited fromSpline.evaluate