physics_box_model.h
Go to the documentation of this file.
1 
7 #ifndef PHYSICS_BOX_MODEL_H
8 #define PHYSICS_BOX_MODEL_H
9 
10 namespace argos {
11 
13 
14  public:
15 
16  virtual void Resize(const CVector3& c_size) = 0;
17 
18  };
19 
20 }
21 
22 #endif
The namespace containing all the ARGoS related code.
Definition: ci_actuator.h:12
A 3D vector class.
Definition: vector3.h:31
virtual void Resize(const CVector3 &c_size)=0