HOG2
|
#include <SteeringEnvironment.h>
Public Attributes | |
float | x |
float | y |
float | v |
float | heading |
Definition at line 17 of file SteeringEnvironment.h.
float steeringState::heading |
Definition at line 21 of file SteeringEnvironment.h.
Referenced by SteeringEnvironment::ApplyAction(), SteeringEnvironment::OpenGLDraw(), and operator==().
float steeringState::v |
Definition at line 20 of file SteeringEnvironment.h.
Referenced by SteeringEnvironment::ApplyAction(), and operator==().
float steeringState::x |
Definition at line 19 of file SteeringEnvironment.h.
Referenced by SteeringEnvironment::ApplyAction(), SteeringEnvironment::OpenGLDraw(), and operator==().
float steeringState::y |
Definition at line 19 of file SteeringEnvironment.h.
Referenced by SteeringEnvironment::ApplyAction(), SteeringEnvironment::OpenGLDraw(), and operator==().