pub type Rotation<S> = Rotation2D<S>;Expand description
Alias for euclid::default::Rotation2D
Aliased Type§
struct Rotation<S> {
pub angle: S,
/* private fields */
}Fields§
§angle: SAngle in radians
pub type Rotation<S> = Rotation2D<S>;Alias for euclid::default::Rotation2D
struct Rotation<S> {
pub angle: S,
/* private fields */
}angle: SAngle in radians