GeographicLib
1.21
|
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 | |
namespace | GeographicLib |
Namespace for GeographicLib. | |
Defines | |
#define | GEOGRAPHICLIB_GEODESIC_HPP "$Id: c1b085aadd7b8eabe0f9518b29531a38c152d495 $" |
#define | GEOD_ORD (GEOGRAPHICLIB_PREC == 1 ? 6 : (GEOGRAPHICLIB_PREC == 0 ? 3 : 7)) |
Header for GeographicLib::Geodesic class.
Copyright (c) Charles Karney (2009-2011) <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_HPP "$Id: c1b085aadd7b8eabe0f9518b29531a38c152d495 $" |
Definition at line 11 of file Geodesic.hpp.
#define GEOD_ORD (GEOGRAPHICLIB_PREC == 1 ? 6 : (GEOGRAPHICLIB_PREC == 0 ? 3 : 7)) |
The order of the expansions used by Geodesic.
Definition at line 20 of file Geodesic.hpp.