|
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) charles@karney.com and licensed under the MIT/X11 License. For more information, see http://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.
1.8.6