10#if !defined(GEOGRAPHICLIB_GNOMONIC_HPP)
11#define GEOGRAPHICLIB_GNOMONIC_HPP 1
116 static const int numit_ = 20;
148 void Forward(real lat0, real lon0, real lat, real lon,
149 real& x, real& y, real& azi, real& rk)
const;
174 void Reverse(real lat0, real lon0, real x, real y,
175 real& lat, real& lon, real& azi, real& rk)
const;
180 void Forward(real lat0, real lon0, real lat, real lon,
181 real& x, real& y)
const {
183 Forward(lat0, lon0, lat, lon, x, y, azi, rk);
189 void Reverse(real lat0, real lon0, real x, real y,
190 real& lat, real& lon)
const {
192 Reverse(lat0, lon0, x, y, lat, lon, azi, rk);
Header for GeographicLib::Constants class.
#define GEOGRAPHICLIB_EXPORT
GeographicLib::Math::real real
Header for GeographicLib::GeodesicLine class.
Header for GeographicLib::Geodesic class.
Math::real Flattening() const
static const Geodesic & WGS84()
Math::real EquatorialRadius() const
Math::real EquatorialRadius() const
void Forward(real lat0, real lon0, real lat, real lon, real &x, real &y) const
void Reverse(real lat0, real lon0, real x, real y, real &lat, real &lon) const
Math::real Flattening() const
Namespace for GeographicLib.