cf_quat_slerp¶
Category: math
GitHub: cute_math3d.h
Spherically interpolates between two rotations.
| Parameters | Description |
|---|---|
a |
The rotation at t == 0. |
b |
The rotation at t == 1. |
t |
The interpolant, from 0 to 1. |
Return Value¶
Returns a unit quaternion along the shortest arc from a to b.