Type Alias Rotation

Source
pub type Rotation = Rotation2D<f32>;
Expand description

Alias for euclid::default::Rotation2D<f32>

Aliased Type§

#[repr(C)]
pub struct Rotation { pub angle: f32, }

Fields§

§angle: f32

Angle in radians