Go to the source code of this file.
Variables | |
static const double | a = 6378137.0 |
static const double | b = a * (1 - f) |
static const double | e_sq = f * (2 - f) |
static const double | f = 1.0 / 298.257223563 |
|
static |
Definition at line 21 of file geodetic.cpp.
Definition at line 23 of file geodetic.cpp.
Definition at line 24 of file geodetic.cpp.
|
static |
Definition at line 22 of file geodetic.cpp.