#include <ControllerRandomize.h>
Inheritance diagram for tagGame::ControllerRandomize:


Public Member Functions | |
| ControllerRandomize (PerceptionPtr perception, ControllerPtr controller, PerceptReal distance, Real near, Real far) | |
| ControllerPtr | getController () const |
| PerceptReal | getDistance () const |
| Real | getNearDistance () const |
| Real | getFarDistance () const |
| void | setController (ControllerPtr controller) |
| void | setDistance (PerceptReal const distance) |
| void | setNearDistance (Real const nearDistance) |
| void | setFarDistance (Real const farDistance) |
| virtual void | calcAction () |
| Calculate an action. | |
Protected Attributes | |
| ControllerPtr | controller |
| PerceptReal | distance |
| Real | nearDistance |
| Real | farDistance |
1.5.1