Go to the documentation of this file.
10 #if !defined(GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP)
11 #define GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP 1
15 #if !defined(GEOGRAPHICLIB_TRANSVERSEMERCATOR_ORDER)
20 # define GEOGRAPHICLIB_TRANSVERSEMERCATOR_ORDER \
21 (GEOGRAPHICLIB_PRECISION == 2 ? 6 : \
22 (GEOGRAPHICLIB_PRECISION == 1 ? 4 : 8))
97 static const int numit_ = 5;
98 real _a, _f, _k0, _e2, _es, _e2m, _c,
_n;
100 real _a1, _b1, _alp[maxpow_ + 1], _bet[maxpow_ + 1];
200 #endif // GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP
Namespace for GeographicLib.
Math::real Flattening() const
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
#define GEOGRAPHICLIB_EXPORT
#define GEOGRAPHICLIB_TRANSVERSEMERCATOR_ORDER
void Forward(real lon0, real lat, real lon, real &x, real &y) const
Header for GeographicLib::Constants class.
Point2(* f)(const Point3 &, OptionalJacobian< 2, 3 >)
Math::real MajorRadius() const
void Reverse(real lon0, real x, real y, real &lat, real &lon) const
Properties of an ellipsoid.
Transverse Mercator projection.
Math::real CentralScale() const
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:42:40