The volume boundaries. More...
#include <physics_engine.h>
Public Member Functions | |
SVolume () | |
~SVolume () | |
void | Init (TConfigurationNode &t_node) |
bool | IsActive () const |
Public Attributes | |
SHorizontalFace * | TopFace |
SHorizontalFace * | BottomFace |
std::vector< SVerticalFace * > | SideFaces |
The volume boundaries.
Definition at line 122 of file physics_engine.h.
argos::CPhysicsEngine::SVolume::SVolume | ( | ) |
Definition at line 91 of file physics_engine.cpp.
argos::CPhysicsEngine::SVolume::~SVolume | ( | ) |
Definition at line 159 of file physics_engine.cpp.
void argos::CPhysicsEngine::SVolume::Init | ( | TConfigurationNode & | t_node | ) |
Definition at line 99 of file physics_engine.cpp.
bool argos::CPhysicsEngine::SVolume::IsActive | ( | ) | const |
Definition at line 171 of file physics_engine.cpp.
SHorizontalFace* argos::CPhysicsEngine::SVolume::BottomFace |
Definition at line 124 of file physics_engine.h.
std::vector<SVerticalFace*> argos::CPhysicsEngine::SVolume::SideFaces |
Definition at line 125 of file physics_engine.h.
SHorizontalFace* argos::CPhysicsEngine::SVolume::TopFace |
Definition at line 123 of file physics_engine.h.