Slerp
Performs spherical linear interpolation (SLERP) between two quaternions.
Parameters
q1
The starting quaternion.
q2
The target quaternion.
alpha
The interpolation factor.
res
The quaternion to store the result in.
Performs spherical linear interpolation (SLERP) between two quaternions.
The starting quaternion.
The target quaternion.
The interpolation factor.
The quaternion to store the result in.