pub type Radian = Quantity<DIMENSIONLESS>;
struct Radian(pub(crate) f32);
0: f32
The angle equal to π/2.
Returns a new angle normalized to a values between 0.0 (inclusive) and the full circle constant τ (exclusive).