Function unit_sphere::is_valid_longitude
source ยท pub fn is_valid_longitude(degrees: f64) -> boolExpand description
Test whether a longitude in degrees is a valid longitude. I.e. whether it lies in the range: -180.0 <= degrees <= 180.0