Type Alias euclid::default::Rotation2D

source ·
pub type Rotation2D<T> = Rotation2D<T, UnknownUnit, UnknownUnit>;

Aliased Type§

struct Rotation2D<T> {
    pub angle: T,
    /* private fields */
}

Fields§

§angle: T

Angle in radians