GSI_Toolbox 1.0.0
A toolbox for Gas-Surface Interaction simulations
|
Represents a trajectory of a certain type. More...
#include <PG_Kernel.h>
Public Attributes | |
std::vector< Matrix< T > > | velocities |
std::vector< Matrix< T > > | positions |
Represents a trajectory of a certain type.
This struct stores the velocities and positions of the trajectory. The velocities and positions are stored as vectors of Matrix objects.
T | The type of the elements in the Matrix objects. |