Quaternion& nlerp(Quaternion<T> q1, Quaternion<T> q2, T t);
Performs a normalized lerp operation of the two quaternions.
Parameters |
Description |
Quaternion<T> q1 |
_nt_ |
Quaternion<T> q2 |
_nt_ |
T t |
Amount to interpolate between the quaternions. |
The result of normalized linear quaternion interpolation.