pub trait ToRadians { // Required method fn radians64(&self) -> f64; }
A little helper to deal with both specified and computed angles.
Return the radians value as a 64-bit floating point value.