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);
221 #endif // GEOGRAPHICLIB_GNOMONIC_HPP
Header for GeographicLib::GeodesicLine class.
#define GEOGRAPHICLIB_EXPORT
GeographicLib::Math::real real
static const Geodesic & WGS84()
Math::real EquatorialRadius() const
void Reverse(real lat0, real lon0, real x, real y, real &lat, real &lon) const
Math::real Flattening() const
Header for GeographicLib::Geodesic class.
Namespace for GeographicLib.
Math::real Flattening() const
void Forward(real lat0, real lon0, real lat, real lon, real &x, real &y) const
Header for GeographicLib::Constants class.
Math::real MajorRadius() const
Math::real EquatorialRadius() const