34 #ifndef _PacmanGelb_H__ 35 #define _PacmanGelb_H__ 52 virtual void tick(
float dt);
55 virtual void rotateYaw(
const Vector2& value)
override{
56 this->localAngularAcceleration_.setY(this->localAngularAcceleration_.y() + value.x);
64 Vector3 actuelposition;
Shared library macros, enums, constants and forward declarations for the DodgeRace module ...
Definition: PacmanGelb.h:47
Declaration of the XMLPort helper classes and macros.
virtual void rotatePitch(const Vector2 &value) override
Rotate in pitch direction.
Definition: PacmanGelb.h:61
The SpaceShip is the principal entity through which the player interacts with the game...
Definition: SpaceShip.h:90
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
virtual void rotateYaw(const Vector2 &value)
Definition: ControllableEntity.cc:283
#define _PacmanExport
Definition: PacmanPrereqs.h:60
virtual void rotateYaw(const Vector2 &value) override
Rotate in yaw direction.
Definition: PacmanGelb.h:55