GeographicLib
1.35
|
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)) |
Header for GeographicLib::Geodesic class.
Copyright (c) Charles Karney (2009-2013) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttp://geographiclib.sourceforge.net/
Definition in file Geodesic.hpp.
#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.