Skip to main content

rhumb_azimuth

Function rhumb_azimuth 

Source
pub fn rhumb_azimuth<P1, P2>(first: &P1, second: &P2) -> f64
where P1: Point, P2: Point, Rhumb: AzimuthStrategy<P1, P2, Out = f64>,
Expand description

Constant compass bearing in radians, clockwise from north.