HOG2
|
Go to the source code of this file.
Classes | |
struct | steeringState |
struct | steeringAction |
class | SteeringEnvironment |
Typedefs | |
typedef UnitSimulation< steeringState, steeringAction, SteeringEnvironment > | UnitSteeringSimulation |
Functions | |
static bool | operator== (const steeringState &l1, const steeringState &l2) |
Variables | |
float | maxSpeed |
float | worldRadius |
Definition at line 91 of file SteeringEnvironment.h.
|
static |
Definition at line 24 of file SteeringEnvironment.h.
References fequal(), steeringState::heading, steeringState::v, steeringState::x, and steeringState::y.
float maxSpeed |
Definition at line 12 of file SteeringEnvironment.cpp.
Referenced by SteeringEnvironment::ApplyAction().
float worldRadius |
Definition at line 13 of file SteeringEnvironment.cpp.
Referenced by SteeringEnvironment::ApplyAction(), and SteeringEnvironment::OpenGLDraw().