#include <GameRules.h>
Public Types | |
| enum | ROLLOUTBORDER { leftRedGoal, rightRedGoal, leftRedSite, rightRedSite, leftBlueSite, rightBlueSite, leftBlueGoal, rightBlueGoal, numOfRollOutBorders } |
| enum | THROWINPOINT { leftRed, rightRed, leftmiddle, rightmiddle, leftBlue, rightBlue, numOfThrowIn } |
Static Public Member Functions | |
| Vector3< double > | getThrowInPoint (Vector2< double > ball, Player player, RoboCupGameControlData data) |
| THROWINPOINT | getThrowInPointNumber (ROLLOUTBORDER border, Player::teamColor team) |
| int | getThrowInPointNumber (Vector2< double > ball, Player player, RoboCupGameControlData data) |
| int | getThrowInPointFieldNumber (THROWINPOINT pointNr, Player::teamColor team) |
|
|
Definition at line 23 of file GameRules.h. Referenced by getThrowInPointNumber(). |
|
|
Definition at line 36 of file GameRules.h. Referenced by getThrowInPoint(), and getThrowInPointNumber(). |
|
||||||||||||||||
|
Definition at line 144 of file GameRules.cpp. References getPoint(), Player::getTeamColor(), getThrowInPointNumber(), and THROWINPOINT. |
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 50 of file GameRules.cpp. References leftBlue, leftBlueGoal, leftBlueSite, leftmiddle, leftRed, leftRedGoal, leftRedSite, numOfThrowIn, rightBlue, rightBlueGoal, rightBlueSite, rightmiddle, rightRed, rightRedGoal, rightRedSite, and THROWINPOINT. Referenced by getThrowInPoint(), and getThrowInPointNumber(). |
|
||||||||||||||||
|
Definition at line 94 of file GameRules.cpp. References Player::getTeamColor(), getThrowInPointNumber(), leftBlueGoal, leftRedGoal, rightBlueGoal, rightRedGoal, ROLLOUTBORDER, THROWINPOINT, Vector2< V >::x, and Vector2< V >::y. |
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 45 of file GameRules.cpp. References getPoint(). |
Here is the call graph for this function:

1.3.6