18#if !defined(GEOGRAPHICLIB_AUXANGLE_HPP)
19#define GEOGRAPHICLIB_AUXANGLE_HPP 1
65 explicit AuxAngle(real y = 0, real x = 1) : _y(y), _x(x) {}
210 using std::sin;
using std::cos;
229 using std::atan2;
return atan2(_y, _x);
233 using std::asinh;
return asinh(
tan() );
#define GEOGRAPHICLIB_EXPORT
GeographicLib::Math::real real
Header for GeographicLib::Math class.
An accurate representation of angles.
Math::real radians() const
Math::real degrees() const
AuxAngle(real y=0, real x=1)
static void sincosd(T x, T &sinx, T &cosx)
static T atan2d(T y, T x)
Namespace for GeographicLib.