Particle Simulation Documentation
|
#include <box.h>
Public Member Functions | |
Box (const std::array< double, 3 > &boxOrigin, double boxLength, double boxHeight, double boxDepth) | |
Public Attributes | |
std::array< double, 3 > | m_origin |
double | m_length |
double | m_height |
double | m_depth |
Box::Box | ( | const std::array< double, 3 > & | boxOrigin, |
double | boxLength, | ||
double | boxHeight, | ||
double | boxDepth ) |
double Box::m_depth |
double Box::m_height |
double Box::m_length |
std::array<double, 3> Box::m_origin |