Static Public Member Functions | |
| static void | SGCartToGeod (const SGVec3< double > &cart, SGGeod &geod) |
| Takes a cartesian coordinate data and returns the geodetic coordinates. | |
| static void | SGGeodToCart (const SGGeod &geod, SGVec3< double > &cart) |
| Takes a geodetic coordinate data and returns the cartesian coordinates. | |
| static double | SGGeodToSeaLevelRadius (const SGGeod &geod) |
| Takes a geodetic coordinate data and returns the sea level radius. | |
| static void | SGCartToGeoc (const SGVec3< double > &cart, SGGeoc &geoc) |
| Takes a cartesian coordinate data and returns the geocentric coordinates. | |
| static void | SGGeocToCart (const SGGeoc &geoc, SGVec3< double > &cart) |
| Takes a geocentric coordinate data and returns the cartesian coordinates. | |
Static Public Attributes | |
| static const double | EQURAD |
| static const double | iFLATTENING |
| static const double | SQUASH |
| static const double | STRETCH |
| static const double | POLRAD |
Definition at line 21 of file SGGeodesy.hxx.
1.5.1