Interpolation

Overview

Interpolation is a enum in Aspose.3D FOSS for Python.

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 values changing at a constant rate between keyframes
BEZIERRepresents Bezier curve interpolation for smooth, controllable transitions
B_SPLINERepresents B-spline interpolation providing smooth curves with local control
CARDINAL_SPLINERepresents cardinal spline interpolation, a type of Catmull-Rom spline
TCB_SPLINERepresents Tension-Continuity-Bias spline interpolation for adjustable curve shaping

See Also