pub type Angle = Angle<f32>;
An angle in radians (f32).
struct Angle { pub radians: f32, }
radians: f32