vincenty
v0.0.1
Published
Implements Vincenty's Formulae for distance and projection as described at https://en.wikipedia.org/wiki/Vincenty%27s_formulae
Downloads
3
Readme
This package implements the iterative method for finding the geodesic between two points on the surface of an ellipsoid as described at https://en.wikipedia.org/wiki/Vincenty%27s_formulae#Inverse_problem .
A future version will include support for projecting a given distance out from a point in a given direction.