Geo Stars Library
0.9.3
Geodetic and Astrometry library
|
#include <geoStars.h>
Data Fields | |
char | name [82] |
char | id [4] |
double | a |
double | f1 |
This defines an earth ellipsoid with the least amount of information. Additional information will be computed from these values
Definition at line 685 of file geoStars.h.
double GEO_ELLIPSOID::a |
Major Earth axis in meters
Definition at line 689 of file geoStars.h.
Referenced by geoGetEllipsoid(), and geomg1().
double GEO_ELLIPSOID::f1 |
Inverse flattening value
Definition at line 690 of file geoStars.h.
char GEO_ELLIPSOID::id[4] |
ID designation of the ellipsoid
Definition at line 688 of file geoStars.h.
char GEO_ELLIPSOID::name[82] |
Name/title of ellipsoid
Definition at line 687 of file geoStars.h.