Type Alias Rotation
pub type Rotation<S> = Rotation2D<S, UnknownUnit, UnknownUnit>;Available on crate feature 
geometry only.Expand description
Alias for euclid::default::Rotation2D
Aliased Type§
pub struct Rotation<S> {
    pub angle: S,
}Fields§
§angle: SAngle in radians