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§
struct Rotation<S> {
pub angle: S,
}
Fields§
§angle: S
Angle in radians