libgravix2  0.1.0
A fast simulation of attractive forces acting on point-like particles embedded onto the surface of a sphere.
GrvxTrajectory Struct Reference

Sequence of spatial and velocity data of a missile. More...

#include <api.h>

Public Attributes

double x [100][3]
 
double v [100][3]
 

Detailed Description

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.

Member Data Documentation

◆ v

double GrvxTrajectory::v[100][3]

Cartesian velocity.

◆ x

double GrvxTrajectory::x[100][3]

Cartesian position.


The documentation for this struct was generated from the following file: