Expand description
Hermite interpolation for Transform easing.
Structs§
- Rotation
Hermite Easing - Enables Hermite interpolation for the easing of the rotation of an entity.
Must be used together with
RotationInterpolationorRotationExtrapolation. - Transform
Hermite Easing - Enables Hermite interpolation for the easing of the
Transformof an entity. Must be used together with eitherTransformInterpolationorTransformExtrapolation. - Transform
Hermite Easing Plugin - A Hermite interpolation plugin for
Transformeasing. - Translation
Hermite Easing - Enables Hermite interpolation for the easing of the translation of an entity.
Must be used together with
TranslationInterpolationorTranslationExtrapolation.
Functions§
- hermite_
quat - Performs a cubic Hermite interpolation between quaternions
q0andq1with angular velocitiesw0andw1based on the value att. - hermite_
vec3 - Performs a cubic Hermite interpolation between two vectors
p0andp1with velocitiesv0andv1based on the value att.