midpoint
Takes two Positions and returns a point midway between them. The midpoint is calculated geodesically, meaning the curvature of the earth is taken into account.
Return
Parameters
pos1
the first point
pos2
the second point
Takes two Points and returns a point midway between them. The midpoint is calculated geodesically, meaning the curvature of the earth is taken into account.
Return
Parameters
pos1
the first point
pos2
the second point