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
RotationInterpolation
orRotationExtrapolation
. - Transform
Hermite Easing - Enables Hermite interpolation for the easing of the
Transform
of an entity. Must be used together with eitherTransformInterpolation
orTransformExtrapolation
. - Transform
Hermite Easing Plugin - A Hermite interpolation plugin for
Transform
easing. - Translation
Hermite Easing - Enables Hermite interpolation for the easing of the translation of an entity.
Must be used together with
TranslationInterpolation
orTranslationExtrapolation
.
Functions§
- hermite_
quat - Performs a cubic Hermite interpolation between quaternions
q0
andq1
with angular velocitiesw0
andw1
based on the value att
. - hermite_
vec3 - Performs a cubic Hermite interpolation between two vectors
p0
andp1
with velocitiesv0
andv1
based on the value att
.