|
Earth Observation Mission CFI Software Lib Software User Manual |
|
Data structure defining keplerian elements. More...
Public Attributes | |
| long | mode |
| Keplerian elements type: Osculating or mean. | |
| long | cs |
| Coordinate system. | |
| double | a |
| Semi-axis major. | |
| double | e |
| Eccentricity. | |
| double | i |
| Inclination. | |
| double | ra |
| Right ascension. | |
| double | w |
| Argument of perigee. | |
| double | m |
| Mean anomaly. | |
Data structure defining keplerian elements.
| double EECFI::Kepler::a |
Semi-axis major.
Referenced by EECFI::Coord::getKepler().
| long EECFI::Kepler::cs |
Coordinate system.
Referenced by EECFI::Coord::getKepler().
| double EECFI::Kepler::e |
Eccentricity.
Referenced by EECFI::Coord::getKepler().
| double EECFI::Kepler::i |
Inclination.
Referenced by EECFI::Coord::getKepler().
| double EECFI::Kepler::m |
Mean anomaly.
Referenced by EECFI::Coord::getKepler().
| long EECFI::Kepler::mode |
Keplerian elements type: Osculating or mean.
Referenced by EECFI::Coord::getKepler().
| double EECFI::Kepler::ra |
Right ascension.
Referenced by EECFI::Coord::getKepler().
| double EECFI::Kepler::w |
Argument of perigee.
Referenced by EECFI::Coord::getKepler().
1.7.1