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

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

Voir aussi

  • Aspose.3D - référence API d’entreprise
 Français