29 #ifndef _SOBFigure_H__ 30 #define _SOBFigure_H__ 44 virtual void tick(
float dt)
override;
45 virtual void moveFrontBack(
const Vector2& value)
override;
46 virtual void moveRightLeft(
const Vector2& value)
override;
48 virtual bool collidesAgainst(
WorldEntity* otherObject,
const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint)
override;
#define _SOBExport
Definition: SOBPrereqs.h:60
Definition: CorePrereqs.h:309
constexpr T sgn(T x)
Returns the sign of the given value.
Definition: Math.h:108
Declaration of the SOBTube class.
The WorldEntity represents everything that can be put in a Scene at a certain location.
Definition: WorldEntity.h:72
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the SOB module ...
The ControllableEntity is derived from the orxonox::MobileEntity.
Definition: ControllableEntity.h:48