# Functions
Distance returns the absolute distance between two points on the earth.
IsZero returns true if the point is the origin.
NormalizeAltitude returns the absolute length rounded to the nearest 1000 feet, or nearest 100 feet if less than 1000 feet.
PointAtBearingAndDistance returns the point at the given bearing and distance from the origin point.
TrueBearing returns the true bearing between two points.