7 #ifndef DYNAMICS2D_BOX_MODEL_H
8 #define DYNAMICS2D_BOX_MODEL_H
11 class CDynamics2DStretchableObjectModel;
12 class CDynamics2DBoxModel;
13 class CPhysicsBoxModel;
16 #include <argos3/plugins/simulator/physics_engines/dynamics2d/dynamics2d_stretchable_object_model.h>
17 #include <argos3/plugins/simulator/physics_engines/physics_box_model.h>
18 #include <argos3/plugins/simulator/entities/box_entity.h>
The namespace containing all the ARGoS related code.
virtual ~CDynamics2DBoxModel()
void Resize(const CVector3 &c_size)
CDynamics2DBoxModel(CDynamics2DEngine &c_engine, CBoxEntity &c_entity)
A stretchable and grippable object model for the dynamics 2D engine.