|
Earth Observation Mission CFI Software Orbit Software User Manual for JAVA |
|
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 |
| Position. | |
| double[] | vel |
| Velocity. | |
| double[] | acc |
| Acceleration. | |
Information of state vector.
| EECFI.StateVectorInfo.StateVectorInfo | ( | ) |
Empty constructor.
| EECFI.StateVectorInfo.StateVectorInfo | ( | double[] | posIn, | |
| double[] | velIn, | |||
| double[] | accIn | |||
| ) |
Constructor with parameters.
| double [] EECFI.StateVectorInfo.acc |
Acceleration.
| double [] EECFI.StateVectorInfo.pos |
Position.
| double [] EECFI.StateVectorInfo.vel |
Velocity.
1.7.1