Crate haversine_rs

Source

Modules§

point
units

Functions§

bearing
Calculates the bearing between two points.
distance
Calculates the distance between two points.
distance_vec
Calculates the distance between multiple points.
find_point
Calculates the point at the given distance and bearing from the origin point.
haversine
Calculates the haversine of the given angle.