ARGoS
Large-scale robot simulations
home
about
download
documentation
examples
user manual
dev manual
API
forum
publications
plugins
simulator
physics_engines
physics_cylinder_model.h
Go to the documentation of this file.
1
7
#ifndef PHYSICS_CYLINDER_MODEL_H
8
#define PHYSICS_CYLINDER_MODEL_H
9
10
namespace
argos
{
11
12
class
CPhysicsCylinderModel
{
13
14
public
:
15
16
virtual
void
Resize
(
Real
f_radius,
Real
f_height) = 0;
17
18
};
19
20
}
21
22
#endif
Real
float Real
Collects all ARGoS code.
Definition:
datatypes.h:39
argos
The namespace containing all the ARGoS related code.
Definition:
ci_actuator.h:12
argos::CPhysicsCylinderModel
Definition:
physics_cylinder_model.h:12
argos::CPhysicsCylinderModel::Resize
virtual void Resize(Real f_radius, Real f_height)=0