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
| Value | Description |
|---|---|
CONSTANT | Represents a constant interpolation where values do not change over time |
LINEAR | Represents linear interpolation with values changing at a constant rate between keyframes |
BEZIER | Represents Bezier curve interpolation for smooth, controllable transitions |
B_SPLINE | Represents B-spline interpolation providing smooth curves with local control |
CARDINAL_SPLINE | Represents cardinal spline interpolation, a type of Catmull-Rom spline |
TCB_SPLINE | Represents Tension-Continuity-Bias spline interpolation for adjustable curve shaping |