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

Quaternion type alias.