pub type Rotation2D<T> = TypedRotation2D<T, UnknownUnit, UnknownUnit>;Expand description
The default 2d rotation type with no units.
Aliased Type§
#[repr(C)]pub struct Rotation2D<T> {
pub angle: T,
/* private fields */
}Fields§
§angle: Tpub type Rotation2D<T> = TypedRotation2D<T, UnknownUnit, UnknownUnit>;The default 2d rotation type with no units.
#[repr(C)]pub struct Rotation2D<T> {
pub angle: T,
/* private fields */
}angle: T