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