pub type Rotation<N> = UnitQuaternion<N>;
The rotation matrix type.
struct Rotation<N> { /* private fields */ }