10 #if !defined(GEOGRAPHICLIB_CASSINISOLDNER_HPP) 11 #define GEOGRAPHICLIB_CASSINISOLDNER_HPP 1 76 static const unsigned maxit_ = 10;
114 void Reset(real lat0, real lon0);
132 void Forward(real lat, real lon,
133 real& x, real& y, real& azi, real& rk)
const;
150 void Reverse(real x, real y,
151 real& lat, real& lon, real& azi, real& rk)
const;
157 real& x, real& y)
const {
159 Forward(lat, lon, x, y, azi, rk);
166 real& lat, real& lon)
const {
168 Reverse(x, y, lat, lon, azi, rk);
210 {
return _earth.InverseFlattening(); }
216 #endif // GEOGRAPHICLIB_CASSINISOLDNER_HPP Math::real LongitudeOrigin() const
Header for GeographicLib::GeodesicLine class.
#define GEOGRAPHICLIB_EXPORT
Math::real MajorRadius() const
GeographicLib::Math::real real
static const Geodesic & WGS84()
Cassini-Soldner projection.
Header for GeographicLib::Geodesic class.
Math::real LatitudeOrigin() const
Namespace for GeographicLib.
void Reverse(real x, real y, real &lat, real &lon) const
Math::real Flattening() const
Math::real Flattening() const
Math::real Latitude() const
Header for GeographicLib::Constants class.
void Forward(real lat, real lon, real &x, real &y) const
Math::real MajorRadius() const
Math::real Longitude() const