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

namespace  GeographicLib
 

Namespace for GeographicLib.


Defines

#define GEOGRAPHICLIB_GEODESIC_HPP   1
#define GEOGRAPHICLIB_GEODESIC_ORDER

Detailed Description

Header for GeographicLib::Geodesic class.

Copyright (c) Charles Karney (2009-2014) <charles@karney.com> and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/

Definition in file Geodesic.hpp.


Define Documentation

#define GEOGRAPHICLIB_GEODESIC_HPP   1

Definition at line 11 of file Geodesic.hpp.

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

The order of the expansions used by Geodesic. GEOGRAPHICLIB_GEODESIC_ORDER can be set to any integer in [0, 8].

Definition at line 20 of file Geodesic.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 6 Oct 2014 for GeographicLib by  doxygen 1.6.1