GeographicLib  1.35
Classes | Namespaces | Macros
Geodesic.hpp File Reference

Header for GeographicLib::Geodesic class. More...

#include <GeographicLib/Constants.hpp>

Go to the source code of this file.

Classes

class  GeographicLib::Geodesic
 Geodesic calculations More...
 

Namespaces

 GeographicLib
 Namespace for GeographicLib.
 

Macros

#define GEOGRAPHICLIB_GEODESIC_ORDER   (GEOGRAPHICLIB_PRECISION == 2 ? 6 : (GEOGRAPHICLIB_PRECISION == 1 ? 3 : 7))
 

Detailed Description

Header for GeographicLib::Geodesic class.

Copyright (c) Charles Karney (2009-2013) charl.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/

Definition in file Geodesic.hpp.

Macro Definition Documentation

#define GEOGRAPHICLIB_GEODESIC_ORDER   (GEOGRAPHICLIB_PRECISION == 2 ? 6 : (GEOGRAPHICLIB_PRECISION == 1 ? 3 : 7))

The order of the expansions used by Geodesic.

Definition at line 19 of file Geodesic.hpp.