#include <FieldDimensions.h>
Collaboration diagram for Landmark:

Public Types | |
| enum | LandmarkType { pinkAboveYellow, pinkAboveSkyblue, yellowAbovePink, skyblueAbovePink, ownGoal, opponentGoal, fieldMarking, numberOfLandmarkTypes } |
Public Member Functions | |
| Landmark (int x, int y, int z, double sizeXY, double heightZ, int landmarkType) | |
| Landmark (double x, double y, double z, double w, double h, int landmarkType) | |
Public Attributes | |
| Vector3< double > | position |
| double | width |
| double | height |
| int | kind |
This is because when looking at them, headcontrol looks
Definition at line 374 of file FieldDimensions.h.
|
|
Definition at line 377 of file FieldDimensions.h. |
|
||||||||||||||||||||||||||||
|
Definition at line 385 of file FieldDimensions.h. |
|
||||||||||||||||||||||||||||
|
Definition at line 388 of file FieldDimensions.h. |
|
|
Definition at line 392 of file FieldDimensions.h. Referenced by Landmark(). |
|
|
Definition at line 393 of file FieldDimensions.h. Referenced by Landmark(). |
|
|
Definition at line 393 of file FieldDimensions.h. Referenced by Landmark(). |
|
|
Definition at line 394 of file FieldDimensions.h. Referenced by Landmark(). |
1.3.6