Type Definition k::UnitQuaternion[][src]

type UnitQuaternion<T> = Unit<Quaternion<T>>;

A unit quaternions. May be used to represent a rotation.