Sequence of spatial and velocity data of a missile. More...
#include <api.h>
Public Attributes | |
double | x [100][3] |
double | v [100][3] |
Sequence of spatial and velocity data of a missile.
The actual size of the trajectory is returned by grvx_propagate_missile() and can be shorter than GRVX_TRAJECTORY_SIZE. In this case, the remaining values should be discarded by the caller.
double GrvxTrajectory::v[100][3] |
Cartesian velocity.
double GrvxTrajectory::x[100][3] |
Cartesian position.