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