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