Skip to main content

Rotation

Type Alias Rotation 

Source
pub type Rotation<N> = Unit<Complex<N>>;
Expand description

The rotation type.

Aliased Typeยง

pub struct Rotation<N> { /* private fields */ }