Expand description
Hermite interpolation for Transform
easing.
Structs§
- Enables Hermite interpolation for the easing of the rotation of an entity. Must be used together with
RotationInterpolation
orRotationExtrapolation
. - Enables Hermite interpolation for the easing of the
Transform
of an entity. Must be used together with eitherTransformInterpolation
orTransformExtrapolation
. - A Hermite interpolation plugin for
Transform
easing. - Enables Hermite interpolation for the easing of the translation of an entity. Must be used together with
TranslationInterpolation
orTranslationExtrapolation
.
Functions§
- Performs a cubic Hermite interpolation between quaternions
q0
andq1
with angular velocitiesw0
andw1
based on the value att
. - Performs a cubic Hermite interpolation between two vectors
p0
andp1
with velocitiesv0
andv1
based on the value att
.