Skip to main content

bearing_deg

Function bearing_deg 

Source
pub fn bearing_deg(from: Position, to: Position) -> f64
Expand description

The constant bearing that runs from from to to, in degrees true.

Unlike crate::great_circle::initial_bearing_deg this bearing holds for the whole leg – steer it and you arrive.