#include <Action.h>
Collaboration diagram for tagGame::Action:

Public Member Functions | |
| Action (Action const &a) | |
| Action & | operator= (Action const &a) |
| void | setDesiredDirection (RealVec const &direction) |
| RealVec const & | getDesiredDirection () const |
| void | setDesiredSpeed (Real const speed) |
| Real | getDesiredSpeed () const |
| std::ostream & | output (std::ostream &out) const |
Currently, the only action is to select a speed and direction.
1.5.1