pub fn normalize_longitude(longitude: f64) -> Result<f64, MortonError>Expand description
Wrap longitude into [-180, 180).
Exactly +180 wraps to -180: the two name the same meridian, and picking one keeps the grid a partition rather than an overlap.