Quaternion::slerp

Quaternion::slerp
Quaternion& slerp(Quaternion<T> q1, Quaternion<T> q2, T t);
Description

Convenience function to spherically interpolate two quarterions.

Parameters
Parameters 
Description 
Quaternion<T> q1 
_nt_ 
Quaternion<T> q2 
_nt_ 
T t 
Value that indicates how far to interpolate between the quaternions. 
Return Value

The result of spherical linear interpolation.