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

ValueDescription
CONSTANTRepresents a constant interpolation where values do not change over time
LINEARRepresents linear interpolation with a straight-line transition between keyframes
BEZIERRepresents cubic Bezier interpolation for smooth, controllable curves
B_SPLINERepresents B-spline interpolation providing smooth, non-uniform curves
CARDINAL_SPLINERepresents cardinal spline interpolation with tension control
TCB_SPLINERepresents Tension-Continuity-Bias spline interpolation for advanced curve shaping

See Also