Expand description
Great circle sailing – the shortest path between two positions.
This is the right sailing for “how far is it” and for legs long enough
that the saving matters. It is the wrong one for steering: the bearing
changes continuously along the track, which is why crate::rhumb
exists alongside it.
Functions§
- destination
- The position reached by sailing
distance_nmfromfromalong the great circle that leaves onbearing_deg. - distance_
nm - Distance along the great circle between two positions, in nautical miles.
- final_
bearing_ deg - The bearing the great circle arrives at
toon, in degrees true. - initial_
bearing_ deg - The bearing to leave
fromon to reachtoby the great circle, in degrees true.