Particle​ Simulation Documentation
Loading...
Searching...
No Matches
Box Class Reference

#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
 

Constructor & Destructor Documentation

◆ Box()

Box::Box ( const std::array< double, 3 > & boxOrigin,
double boxLength,
double boxHeight,
double boxDepth )

Member Data Documentation

◆ m_depth

double Box::m_depth

◆ m_height

double Box::m_height

◆ m_length

double Box::m_length

◆ m_origin

std::array<double, 3> Box::m_origin