GeographicLib 2.1.2
AuxLatitude.hpp File Reference

Header for the GeographicLib::AuxLatitude and GeographicLib::AuxAngle classes. More...

Go to the source code of this file.

Classes

class  GeographicLib::AuxAngle< T >
 An accurate representation of angles. More...
 
class  GeographicLib::AuxLatitude< T >
 Conversions between auxiliary latitudes. More...
 

Namespaces

namespace  GeographicLib
 Namespace for GeographicLib.
 

Macros

#define GEOGRAPHICLIB_AUXLATITUDE_ORDER   6
 

Detailed Description

Header for the GeographicLib::AuxLatitude and GeographicLib::AuxAngle classes.

Note
This is just sample code. It is not part of GeographicLib itself.

This file is an implementation of the methods described in

Copyright (c) Charles Karney (2022) charl.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see https://geographiclib.sourceforge.io/

Definition in file AuxLatitude.hpp.

Macro Definition Documentation

◆ GEOGRAPHICLIB_AUXLATITUDE_ORDER

#define GEOGRAPHICLIB_AUXLATITUDE_ORDER   6

The order of the series approximation used in AuxLatitude. GEOGRAPHICLIB_AUXLATITUDE_ORDER can be set to one of [4, 6, 8].

Definition at line 29 of file AuxLatitude.hpp.