18 : stol_(
real(0.01) * sqrt(numeric_limits<
real>::epsilon()))
23 , _e12(_e2 / (1 - _e2))
26 , _rm(_aux.RectifyingRadius(true))
27 , _c2(_aux.AuthalicRadiusSquared(true))
107 return _a * beta.
x();
115 return _b * beta.
y();
126 return _a * (1 - _e2) / (v * sqrt(v));
Header for GeographicLib::Ellipsoid class.
GeographicLib::Math::real real
An accurate representation of angles.
Math::real degrees() const
Math::real RectifyingLatitude(real phi) const
Math::real IsometricLatitude(real phi) const
Math::real CircleHeight(real phi) const
Math::real AuthalicLatitude(real phi) const
Math::real NormalCurvatureRadius(real phi, real azi) const
Math::real QuarterMeridian() const
Ellipsoid(real a, real f)
Math::real CircleRadius(real phi) const
Math::real ConformalLatitude(real phi) const
Math::real InverseIsometricLatitude(real psi) const
Math::real InverseParametricLatitude(real beta) const
Math::real InverseRectifyingLatitude(real mu) const
static const Ellipsoid & WGS84()
Math::real MeridionalCurvatureRadius(real phi) const
Math::real InverseAuthalicLatitude(real xi) const
Math::real InverseConformalLatitude(real chi) const
Math::real TransverseCurvatureRadius(real phi) const
Math::real ParametricLatitude(real phi) const
Math::real GeocentricLatitude(real phi) const
Math::real MeridianDistance(real phi) const
Math::real InverseGeocentricLatitude(real theta) const
static void sincosd(T x, T &sinx, T &cosx)
Namespace for GeographicLib.