ARGoS 3
A parallel, multi-engine simulator for swarm robotics
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
10namespace argos {
11
13
14 public:
15
16 virtual void Resize(Real f_radius, Real f_height) = 0;
17
18 };
19
20}
21
22#endif
float Real
Collects all ARGoS code.
Definition datatypes.h:39
The namespace containing all the ARGoS related code.
Definition ci_actuator.h:12
virtual void Resize(Real f_radius, Real f_height)=0