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