#include <environment.h>
Public Member Functions | |
| AgentPosition (int xx, int yy, unsigned long xstep) | |
| AgentPosition (const AgentPosition &p) | |
Public Attributes | |
| int | x |
| int | y |
| 2D coordinates of the agent on the map | |
| unsigned long | step |
Definition at line 46 of file environment.h.
1.4.2