10#if !defined(GEOGRAPHICLIB_CASSINISOLDNER_HPP)
11#define GEOGRAPHICLIB_CASSINISOLDNER_HPP 1
75 static const unsigned maxit_ = 10;
111 void Reset(real lat0, real lon0);
128 void Forward(real lat, real lon,
129 real& x, real& y, real& azi, real& rk)
const;
146 void Reverse(real x, real y,
147 real& lat, real& lon, real& azi, real& rk)
const;
153 real& x, real& y)
const {
155 Forward(lat, lon, x, y, azi, rk);
162 real& lat, real& lon)
const {
164 Reverse(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.
Cassini-Soldner projection.
Math::real LatitudeOrigin() const
void Reverse(real x, real y, real &lat, real &lon) const
Math::real EquatorialRadius() const
Math::real Flattening() const
void Forward(real lat, real lon, real &x, real &y) const
Math::real LongitudeOrigin() const
Math::real Latitude() const
Math::real Longitude() const
Math::real Flattening() const
static const Geodesic & WGS84()
Math::real EquatorialRadius() const
Namespace for GeographicLib.