ARGoS
Large-scale robot simulations
home
about
download
documentation
examples
user manual
dev manual
API
forum
publications
plugins
simulator
physics_engines
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
12
class
CPhysicsBoxModel
{
13
14
public
:
15
16
virtual
void
Resize
(
const
CVector3
& c_size) = 0;
17
18
};
19
20
}
21
22
#endif
argos
The namespace containing all the ARGoS related code.
Definition:
ci_actuator.h:12
argos::CVector3
A 3D vector class.
Definition:
vector3.h:31
argos::CPhysicsBoxModel
Definition:
physics_box_model.h:12
argos::CPhysicsBoxModel::Resize
virtual void Resize(const CVector3 &c_size)=0