Module hermite

Source
Expand description

Hermite interpolation for Transform easing.

Structs§

RotationHermiteEasing
Enables Hermite interpolation for the easing of the rotation of an entity. Must be used together with RotationInterpolation or RotationExtrapolation.
TransformHermiteEasing
Enables Hermite interpolation for the easing of the Transform of an entity. Must be used together with either TransformInterpolation or TransformExtrapolation.
TransformHermiteEasingPlugin
A Hermite interpolation plugin for Transform easing.
TranslationHermiteEasing
Enables Hermite interpolation for the easing of the translation of an entity. Must be used together with TranslationInterpolation or TranslationExtrapolation.

Functions§

hermite_quat
Performs a cubic Hermite interpolation between quaternions q0 and q1 with angular velocities w0 and w1 based on the value at t.
hermite_vec3
Performs a cubic Hermite interpolation between two vectors p0 and p1 with velocities v0 and v1 based on the value at t.