The parent namespace for the following modules:
- geodesic/Geodesic The main engine for solving geodesic problems via the Geodesic class.
- geodesic/GeodesicLine computes points along a single geodesic line via the GeodesicLine class.
- geodesic/PolygonArea computes the area of a geodesic polygon via the PolygonArea class.
- geodesic/Constants defines constants specifying the version numbers and the parameters for the WGS84 ellipsoid.
The following modules are used internally by the package:
- geodesic/Math defines various mathematical functions.
- geodesic/Accumulator interally used by PolygonArea (via the Accumulator class) for summing the contributions to the area of a polygon.