Type Definition mint::Quaternion [] [src]

type Quaternion<T> = (T, Vector3<T>);

Standard quaternion represented by the scalar and vector parts. Useful for representing rotation in 3D space.