Module mapping_algorithms::haversine
source · Expand description
Implementation of the Haversine formula, which calculate the distance and bearing between two points
Modules§
- A double-precision implementation of the Haversine formula and adjacent utilities
- A single-precision implementation of the Haversine formula and adjacent utilities
Functions§
- Calculates the Haversine distance between two points on a sphere using floating-point arithmetic.
- Calculates the initial bearing (forward azimuth) from the first point to the second point.