Interpolation
Overview
Interpolation is a enum in Aspose.3D FOSS for Java.
The Interpolation enum defines the supported interpolation curves for key‑frame animation, including CONSTANT, LINEAR, BEZIER, B_SPLINE, CARDINAL_SPLINE, and TCB_SPLINE.
This enumeration defines 6 values: CONSTANT, LINEAR, BEZIER, B_SPLINE, CARDINAL_SPLINE, TCB_SPLINE.
Values
| Value | Description |
|---|---|
CONSTANT | |
LINEAR | |
BEZIER | |
B_SPLINE | |
CARDINAL_SPLINE | |
TCB_SPLINE |