Public Member Functions | |
void | BeginContact (b2Contact *contact) |
Called when two fixtures begin to touch. More... | |
![]() | |
virtual void | EndContact (b2Contact *contact) |
Called when two fixtures cease to touch. More... | |
virtual void | PostSolve (b2Contact *contact, const b2ContactImpulse *impulse) |
virtual void | PreSolve (b2Contact *contact, const b2Manifold *oldManifold) |
virtual | ~b2ContactListener () |
Definition at line 29 of file world_test.cpp.
Called when two fixtures begin to touch.
Reimplemented from b2ContactListener.
Definition at line 32 of file world_test.cpp.