10 #if !defined(GEOGRAPHICLIB_AZIMUTHALEQUIDISTANT_HPP)
11 #define GEOGRAPHICLIB_AZIMUTHALEQUIDISTANT_HPP 1
16 namespace GeographicLib {
46 static const real eps_;
56 throw() : _earth(earth) {}
109 void Forward(real lat0, real lon0, real lat, real lon,
110 real& x, real& y)
const throw() {
112 Forward(lat0, lon0, lat, lon, x, y, azi, rk);
118 void Reverse(real lat0, real lon0, real x, real y,
119 real& lat, real& lon)
const throw() {
121 Reverse(lat0, lon0, x, y, lat, lon, azi, rk);
146 {
return _earth.InverseFlattening(); }
152 #endif // GEOGRAPHICLIB_AZIMUTHALEQUIDISTANT_HPP
#define GEOGRAPHICLIB_EXPORT
GeographicLib::Math::real real
Math::real Flattening() const
Header for GeographicLib::Geodesic class.
Azimuthal equidistant projection.
Math::real MajorRadius() const
void Forward(real lat0, real lon0, real lat, real lon, real &x, real &y) const
static const Geodesic WGS84
Header for GeographicLib::Constants class.
void Reverse(real lat0, real lon0, real x, real y, real &lat, real &lon) const
AzimuthalEquidistant(const Geodesic &earth=Geodesic::WGS84)