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: Geodesic.hpp 6950 2011-02-11 04:09:24Z karney $" |
#define | GEOD_ORD (GEOGRAPHICLIB_PREC == 1 ? 6 : GEOGRAPHICLIB_PREC == 0 ? 3 : 7) |
Header for GeographicLib::Geodesic class.
Copyright (c) Charles Karney (2009, 2010, 2011) <charles@karney.com> and licensed under the LGPL. For more information, see http://geographiclib.sourceforge.net/
Definition in file Geodesic.hpp.
#define GEOGRAPHICLIB_GEODESIC_HPP "$Id: Geodesic.hpp 6950 2011-02-11 04:09:24Z karney $" |
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 19 of file Geodesic.hpp.