pub fn degrees(degrees: f32) -> Angle
Shorthand for Angle { radians: value * PI / 180.0 }.
Angle { radians: value * PI / 180.0 }