Skip to main content

DefaultAzimuthStrategy

Type Alias DefaultAzimuthStrategy 

Source
pub type DefaultAzimuthStrategy<P> = <<<P as Point>::Cs as CoordinateSystem>::Family as DefaultAzimuth<<<P as Point>::Cs as CoordinateSystem>::Family>>::Strategy;
Expand description

Type alias resolving the default azimuth strategy for a point P by walking P -> Cs -> Family -> DefaultAzimuth::Strategy.

Mirrors DefaultDistanceStrategy for the azimuth algorithm; the free-function azimuth(p1, p2) monomorphises against this at the call site.