Interpolation
Overview
Interpolation is a enum in Aspose.3D FOSS for Typescript.
Interpolation.CONSTANT represents a constant interpolation where values do not change over time.
Values
| Value | Description |
|---|---|
CONSTANT | Represents a constant interpolation where values do not change over time |
LINEAR | Represents linear interpolation with a straight-line transition between keyframes |
BEZIER | Represents cubic Bezier interpolation for smooth, controllable curves |
B_SPLINE | Represents B-spline interpolation providing smooth, non-uniform curves |
CARDINAL_SPLINE | Represents cardinal spline interpolation with tension control |
TCB_SPLINE | Represents Tension-Continuity-Bias spline interpolation for advanced curve shaping |