quaternion rotation
 
 
 

A method of rotation that uses a unit quaternion (a quaternion of length one) to represent an orientation in three dimensions. A quaternion is a four dimensional extension to complex numbers. Maya uses XYZ curves and computes a fourth curve (W) to determine the quaternion rotation.

Quaternion rotation is an option that is useful for avoiding gimbal lock.

Contrast with Euler rotation.