pub type Rotation<S> = Rotation2D<S>;
Expand description
Alias for euclid::default::Rotation2D
Aliased Type§
struct Rotation<S> {
pub angle: S,
}
Fields§
§angle: S
Angle in radians
pub type Rotation<S> = Rotation2D<S>;
Alias for euclid::default::Rotation2D
struct Rotation<S> {
pub angle: S,
}
angle: S
Angle in radians