|
Earth Observation Mission CFI Software Orbit Software User Manual |
|
Information of state vector. More...
Public Member Functions | |
| StateVectorInfo () | |
| Empty constructor. | |
| StateVectorInfo (double *posIn, double *velIn, double *accIn) | |
| Constructor with parameters. | |
Public Attributes | |
| double | pos [3] |
| Position. | |
| double | vel [3] |
| Velocity. | |
| double | acc [3] |
| Acceleration. | |
Information of state vector.
| EECFI::StateVectorInfo::StateVectorInfo | ( | ) | [inline] |
Empty constructor.
| EECFI::StateVectorInfo::StateVectorInfo | ( | double * | posIn, | |
| double * | velIn, | |||
| double * | accIn | |||
| ) | [inline] |
Constructor with parameters.
| double EECFI::StateVectorInfo::acc[3] |
Acceleration.
| double EECFI::StateVectorInfo::pos[3] |
Position.
| double EECFI::StateVectorInfo::vel[3] |
Velocity.
1.7.1