
Public Member Functions | |
| DistanceJoint () | |
| void | UpdateUI () override |
Public Member Functions inherited from Test | |
| virtual void | BeginContact (b2Contact *contact) override |
| Called when two fixtures begin to touch. More... | |
| void | CompleteBombSpawn (const b2Vec2 &p) |
| void | DrawTitle (const char *string) |
| virtual void | EndContact (b2Contact *contact) override |
| Called when two fixtures cease to touch. More... | |
| virtual void | JointDestroyed (b2Joint *joint) |
| virtual void | Keyboard (int key) |
| virtual void | KeyboardUp (int key) |
| void | LaunchBomb () |
| void | LaunchBomb (const b2Vec2 &position, const b2Vec2 &velocity) |
| virtual void | MouseDown (const b2Vec2 &p) |
| virtual void | MouseMove (const b2Vec2 &p) |
| virtual void | MouseUp (const b2Vec2 &p) |
| virtual void | PostSolve (b2Contact *contact, const b2ContactImpulse *impulse) override |
| virtual void | PreSolve (b2Contact *contact, const b2Manifold *oldManifold) override |
| void | ShiftMouseDown (const b2Vec2 &p) |
| void | ShiftOrigin (const b2Vec2 &newOrigin) |
| void | SpawnBomb (const b2Vec2 &worldPt) |
| virtual void | Step (Settings &settings) |
| Test () | |
| virtual | ~Test () |
Public Member Functions inherited from b2ContactListener | |
| virtual | ~b2ContactListener () |
Static Public Member Functions | |
| static Test * | Create () |
Public Attributes | |
| float | m_dampingRatio |
| float | m_hertz |
| b2DistanceJoint * | m_joint |
| float | m_length |
| float | m_maxLength |
| float | m_minLength |
Additional Inherited Members | |
Protected Attributes inherited from Test | |
| b2Body * | m_bomb |
| bool | m_bombSpawning |
| b2Vec2 | m_bombSpawnPoint |
| DestructionListener | m_destructionListener |
| b2Body * | m_groundBody |
| b2Profile | m_maxProfile |
| b2MouseJoint * | m_mouseJoint |
| b2Vec2 | m_mouseWorld |
| int32 | m_pointCount |
| ContactPoint | m_points [k_maxContactPoints] |
| int32 | m_stepCount |
| int32 | m_textIncrement |
| int32 | m_textLine |
| b2Profile | m_totalProfile |
| b2World * | m_world |
| b2AABB | m_worldAABB |
Definition at line 27 of file distance_joint.cpp.
|
inline |
Definition at line 30 of file distance_joint.cpp.
|
inlinestatic |
Definition at line 110 of file distance_joint.cpp.
|
inlineoverridevirtual |
Reimplemented from Test.
Definition at line 68 of file distance_joint.cpp.
| float DistanceJoint::m_dampingRatio |
Definition at line 120 of file distance_joint.cpp.
| float DistanceJoint::m_hertz |
Definition at line 119 of file distance_joint.cpp.
| b2DistanceJoint* DistanceJoint::m_joint |
Definition at line 115 of file distance_joint.cpp.
| float DistanceJoint::m_length |
Definition at line 116 of file distance_joint.cpp.
| float DistanceJoint::m_maxLength |
Definition at line 118 of file distance_joint.cpp.
| float DistanceJoint::m_minLength |
Definition at line 117 of file distance_joint.cpp.