Functions
Link copied to clipboard
Link copied to clipboard
Performs Spherical Linear Interpolation (Slerp) between two quaternions, start and endInput, by an interpolant tOriginal. Slerp provides smooth interpolation of rotations with constant angular velocity along the shortest path on the 4D unit sphere.
Link copied to clipboard
Performs Spherical Linear Interpolation (Slerp) between two quaternions, start and endInput, by an interpolant tOriginal, ensuring that the interpolation takes the long path if a shorter rotational path exists.