GSI_Toolbox 1.0.0
A toolbox for Gas-Surface Interaction simulations
Loading...
Searching...
No Matches
trajectory< T > Struct Template Reference

Represents a trajectory of a certain type. More...

#include <PG_Kernel.h>

Public Attributes

std::vector< Matrix< T > > velocities
 
std::vector< Matrix< T > > positions
 

Detailed Description

template<typename T>
struct trajectory< T >

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.

Template Parameters
TThe type of the elements in the Matrix objects.

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