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