# Functions
Bearing calculates the bearing between two geographical points.
Destination calculates the destination point given an initial point, distance, and bearing.
Distance calculates the distance in meters between two points (latA, lonA) and (latB, lonB).
DistanceFromHaversine converts a haversine value to a distance in meters.
DistanceToHaversine converts a distance in meters to its haversine value.
Haversine calculates the haversine of the angular distance between two points (latA, lonA) and (latB, lonB).
NormalizeCoordinates normalizes a set of coordinates by adding the given latitude and longitude offsets.
NormalizeDistance normalizes a distance value by wrapping it around the Earth's circumference.
# Structs
No description provided by the author