pub type Rotation<S> = Rotation2D<S>;Expand description
Alias for euclid::default::Rotation2D
Aliased Type§
#[repr(C)]pub struct Rotation<S> {
pub angle: S,
}Fields§
§angle: SAngle in radians
pub type Rotation<S> = Rotation2D<S>;Alias for euclid::default::Rotation2D
#[repr(C)]pub struct Rotation<S> {
pub angle: S,
}angle: SAngle in radians