#include <PassCorridorCollection.h>
Public Member Functions | |
| PassCorridor () | |
| Constructor. | |
| void | reset () |
Public Attributes | |
| int | playerPoseIndex |
| Index of the Player to whom the pass corridor belongs. | |
| Player::playerNumber | playerNumber |
| double | openingAngle |
| Opening Angle of the Corridor. | |
| double | distance |
| Distance to the player. | |
| double | distanceToOppPlayer |
| Orthogonal distance of the pass way to the nearst opponent player. | |
| double | rate |
| Rate of the pass. | |
| double | rateDistanceToPartner |
| double | rateDistanceWin |
| double | rateDistanceBorderLine |
| double | rateWidthOfCorridor |
| double | rateAngleToPartner |
|
|
Constructor.
Definition at line 25 of file PassCorridorCollection.h. |
|
|
Definition at line 11 of file PassCorridorCollection.cpp. References distanceToOppPlayer, pi, and rate. Referenced by PassCorridorCollection::reset(). |
|
|
Index of the Player to whom the pass corridor belongs.
Definition at line 32 of file PassCorridorCollection.h. Referenced by PassSymbols::getAngleToPassReceiver(). |
|
|
Definition at line 34 of file PassCorridorCollection.h. Referenced by PassSymbols::getPlayerNumberOfReceiver(). |
|
|
Opening Angle of the Corridor. In this area is non opponent player This name is missleading. The real opening angle is double the size of this one. Definition at line 41 of file PassCorridorCollection.h. |
|
|
Distance to the player.
Definition at line 46 of file PassCorridorCollection.h. Referenced by PassSymbols::getPassDistance(). |
|
|
Orthogonal distance of the pass way to the nearst opponent player.
Definition at line 51 of file PassCorridorCollection.h. Referenced by reset(). |
|
|
Rate of the pass.
Definition at line 56 of file PassCorridorCollection.h. Referenced by PassCorridorCollection::findBestPassCorridor(), PassCorridorCollection::getBestPassCorridorQuality(), and reset(). |
|
|
Definition at line 57 of file PassCorridorCollection.h. Referenced by PassCorridorCollection::findBestPassCorridor(). |
|
|
Definition at line 57 of file PassCorridorCollection.h. Referenced by PassCorridorCollection::findBestPassCorridor(). |
|
|
Definition at line 57 of file PassCorridorCollection.h. Referenced by PassCorridorCollection::findBestPassCorridor(). |
|
|
Definition at line 57 of file PassCorridorCollection.h. Referenced by PassCorridorCollection::findBestPassCorridor(). |
|
|
Definition at line 57 of file PassCorridorCollection.h. Referenced by PassCorridorCollection::findBestPassCorridor(). |
1.3.6