Geo Stars Library
0.9.3
Geodetic and Astrometry library
|
#include <geoStars.h>
Data Fields | |
int | datum_num |
double | a |
double | b |
double | flat |
double | e2 |
double | ee2 |
double | m1e2 |
double | bee2 |
double | ae2 |
double | aob |
This structure holds all of the pertinent datum and ellipsoid data associated with particular datum.
Definition at line 697 of file geoStars.h.
double GEO_DATUM::a |
Major Earth axis in meters
Definition at line 702 of file geoStars.h.
Referenced by geoInitLocation(), and geoLlh2Efg_packed().
double GEO_DATUM::ae2 |
a * e2
Definition at line 709 of file geoStars.h.
double GEO_DATUM::aob |
a / b
Definition at line 710 of file geoStars.h.
double GEO_DATUM::b |
Minor Earth axis in meters
Definition at line 703 of file geoStars.h.
Referenced by geoInitLocation().
double GEO_DATUM::bee2 |
b * ee2
Definition at line 708 of file geoStars.h.
int GEO_DATUM::datum_num |
double GEO_DATUM::e2 |
Eccentricity squared
Definition at line 705 of file geoStars.h.
Referenced by geoInitLocation(), and geoLlh2Efg_packed().
double GEO_DATUM::ee2 |
Eccentricity squared prime
Definition at line 706 of file geoStars.h.
Referenced by geoInitLocation().
double GEO_DATUM::flat |
double GEO_DATUM::m1e2 |
1 - eccentricity squared
Definition at line 707 of file geoStars.h.
Referenced by geoInitLocation().