Go to the source code of this file.
Namespaces | |
swri_transform_util | |
Variables | |
static const double | swri_transform_util::_earth_eccentricity = 0.08181919084261 |
Earth 'first' eccentricity according to WGS84. More... | |
static const double | swri_transform_util::_earth_equator_circumference = 40075016.69 |
Earth equatorial circumference in meters according to WGS84. More... | |
static const double | swri_transform_util::_earth_equator_radius = 6378137.0 |
Earth equatorial radius in meters according to WGS84. More... | |
static const double | swri_transform_util::_earth_flattening = 3.35281066475e-3 |
Earth flattening according to WGS84. More... | |
static const double | swri_transform_util::_earth_mean_radius = 6371009.0 |
Earth mean radius in meters. More... | |
static const double | swri_transform_util::_earth_rotation_rate = 7.292115e-5 |
Earth rotation rate in radians per second. More... | |