HOG2
|
#include <Directional2DEnvironment.h>
Public Member Functions | |
xySpeedHeading () | |
xySpeedHeading (float _x, float _y) | |
Public Attributes | |
float | x |
float | y |
int8_t | speed |
int8_t | rotation |
Definition at line 82 of file Directional2DEnvironment.h.
|
inline |
Definition at line 84 of file Directional2DEnvironment.h.
|
inline |
Definition at line 85 of file Directional2DEnvironment.h.
int8_t xySpeedHeading::rotation |
Definition at line 89 of file Directional2DEnvironment.h.
Referenced by Directional2DEnvironment::ApplyAction(), Directional2DEnvironment::BuildHTable(), Directional2DEnvironment::GCost(), Directional2DEnvironment::GetAction(), Directional2DEnvironment::LookupStateHash(), Directional2DEnvironment::LookupStateHashIndex(), Directional2DEnvironment::LookupStateHeuristic(), Directional2DEnvironment::OpenGLDraw(), operator==(), Directional2DEnvironment::RotateCCW(), and Directional2DEnvironment::UndoAction().
int8_t xySpeedHeading::speed |
Definition at line 88 of file Directional2DEnvironment.h.
Referenced by Directional2DEnvironment::ApplyAction(), Directional2DEnvironment::BuildHTable(), Directional2DEnvironment::GCost(), Directional2DEnvironment::GetAction(), Directional2DEnvironment::LookupStateHash(), Directional2DEnvironment::LookupStateHashIndex(), operator==(), and Directional2DEnvironment::UndoAction().
float xySpeedHeading::x |
Definition at line 86 of file Directional2DEnvironment.h.
Referenced by Directional2DEnvironment::ApplyAction(), Directional2DEnvironment::BuildHTable(), Directional2DEnvironment::GetAction(), Directional2DEnvironment::GLDrawLine(), Directional2DEnvironment::HCost(), Directional2DEnvironment::Legal(), Directional2DEnvironment::LookupStateHash(), Directional2DEnvironment::LookupStateHashIndex(), Directional2DEnvironment::LookupStateHeuristic(), Directional2DEnvironment::OpenGLDraw(), operator==(), Directional2DEnvironment::RotateCCW(), and Directional2DEnvironment::UndoAction().
float xySpeedHeading::y |
Definition at line 87 of file Directional2DEnvironment.h.
Referenced by Directional2DEnvironment::ApplyAction(), Directional2DEnvironment::BuildHTable(), Directional2DEnvironment::GetAction(), Directional2DEnvironment::GLDrawLine(), Directional2DEnvironment::HCost(), Directional2DEnvironment::Legal(), Directional2DEnvironment::LookupStateHash(), Directional2DEnvironment::LookupStateHashIndex(), Directional2DEnvironment::LookupStateHeuristic(), Directional2DEnvironment::OpenGLDraw(), operator==(), Directional2DEnvironment::RotateCCW(), and Directional2DEnvironment::UndoAction().