![]() |
.Simulation
|
Stores a single particle data point. More...
#include <ParticleData.h>
Public Member Functions | |
ParticleData () | |
Constructor. | |
Public Attributes | |
Vector3< double > | Position |
The position of the particle. More... | |
Vector3< double > | Velocity |
The velocity of the particle. More... | |
int | GasType |
The gas type of the particle. More... | |
Stores a single particle data point.
int DataReader::ParticleData::GasType |
The gas type of the particle.
Vector3<double> DataReader::ParticleData::Position |
The position of the particle.
Vector3<double> DataReader::ParticleData::Velocity |
The velocity of the particle.