Type Definition quaternion::Quaternion

source · []
pub type Quaternion<T> = (T, [T; 3]);
Expand description

Quaternion type alias.