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