|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| CartesianVect | Interface of a structure encapsulating Cartesian (x,y) coordinate vector. |
| ISimulatorNet | The interface of a simulator as seen by the network layer |
| ISimulatorTeam | The interface of a simulator as seen by a Team. |
| ISimulatorView | An interface used to represent the game state to the simulator view object(s). |
| PolarVect | Interface of a structure encapsulating polar coordinate vector |
| Class Summary | |
|---|---|
| SMVector | Vector manipulation class that implements both PolarVect and CartesianVect interfaces. |
Interface to concrete simulator models, which represent the state of the SOCCER game and implements the physical simulation.
A simulator model implementation should be a sub-package of simulator.model and has the following responsibilities:
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||