Interpolation
Vue de l’ensemble
‘Interpolation’ est un enum dans Aspose.3D FOSS pour Typescript.
Interpolation.CONSTANT est une interpolations constante où les valeurs ne changent pas au fil du temps.
Cette liste définit 6 valeurs : ‘CONSTANT’, ‘LINEAR’, ‘BEZIER’, ‘B_SPLINE’, `CARDINAL_ SPLINE’ et ‘TCB/SPline’.
Description
‘Interpolation’ est un type d’enumer dans la bibliothèque Aspose.3D FOSS pour TypeScript. Il définit un ensemble de constants nommés qui contrôlent le comportement ou spécifient les options au sein de l’API. Les enumerations telles que ‘interpolations’ aident à garantir la sécurité du type en limitant les valeurs à un set prédéfini.
Les valeurs
| 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 |
Voir aussi
- Aspose.3D - référence API d’entreprise