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);
204 #endif // GEOGRAPHICLIB_CASSINISOLDNER_HPP
Header for GeographicLib::GeodesicLine class.
#define GEOGRAPHICLIB_EXPORT
Math::real LatitudeOrigin() const
void Reverse(real x, real y, real &lat, real &lon) const
GeographicLib::Math::real real
static const Geodesic & WGS84()
Cassini-Soldner projection.
Math::real MajorRadius() const
Header for GeographicLib::Geodesic class.
Math::real Longitude() const
Namespace for GeographicLib.
Math::real Latitude() const
Math::real Flattening() const
Math::real MajorRadius() const
Header for GeographicLib::Constants class.
Math::real Flattening() const
void Forward(real lat, real lon, real &x, real &y) const
Math::real LongitudeOrigin() const