10#if !defined(GEOGRAPHICLIB_TRANSVERSEMERCATOREXACT_HPP)
11#define GEOGRAPHICLIB_TRANSVERSEMERCATOREXACT_HPP 1
91 static const int numit_ = 10;
92 real tol_, tol2_, taytol_;
93 real _a, _f, _k0, _mu, _mv, _e;
215 real& x, real& y)
const {
217 Forward(lon0, lat, lon, x, y, gamma, k);
225 real& lat, real& lon)
const {
227 Reverse(lon0, x, y, lat, lon, gamma, k);
Header for GeographicLib::Constants class.
#define GEOGRAPHICLIB_EXPORT
Header for GeographicLib::EllipticFunction class.
GeographicLib::Math::real real
Elliptic integrals and functions.
An exact implementation of the transverse Mercator projection.
Math::real CentralScale() const
void Reverse(real lon0, real x, real y, real &lat, real &lon) const
Math::real EquatorialRadius() const
void Forward(real lon0, real lat, real lon, real &x, real &y) const
Math::real Flattening() const
Transverse Mercator projection.
Namespace for GeographicLib.