An implementation of Thaddeus Vincenty's direct and inverse geodetic algorithms. http://www.ngs.noaa.gov/PUBS_LIB/inverse.pdf
- convergence :: Double
- class VincentyDirect a where
- class VincentyInverse a where
- inverse :: a -> Coord -> Coord -> GeodeticCurve
Documentation
An acceptable convergence value.
class VincentyDirect a whereSource
class VincentyInverse a whereSource
inverse :: a -> Coord -> Coord -> GeodeticCurveSource