irox_carto::geo

Trait MeridianCalculator

Source
pub trait MeridianCalculator {
    // Required method
    fn meridional_arc_distance(&self, delta_lat: &Angle) -> Length;
}
Available on crate feature std only.
Expand description

Meridian Arc Length Calculators. A Meridian Arc is an Arc that transits on a great circle path from one pole to the other pole - either from South to North, or North to South.

Required Methods§

Source

fn meridional_arc_distance(&self, delta_lat: &Angle) -> Length

Implementors§