Quaternion& slerp(Quaternion<T> q1, Quaternion<T> q2, T t);
Convenience function to spherically interpolate two quarterions.
Parameters |
Description |
Quaternion<T> q1 |
_nt_ |
Quaternion<T> q2 |
_nt_ |
T t |
Value that indicates how far to interpolate between the quaternions. |
The result of spherical linear interpolation.