pub type Rotation = Rot2;
The rotation type.
#[repr(C)]pub struct Rotation { pub re: f32, pub im: f32, }
re: f32
Real part (cosine of the angle).
im: f32
Imaginary part (sine of the angle).