bevy_transform_interpolation

Module hermite

source
Expand description

Hermite interpolation for Transform easing.

Structs§

Functions§

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