|
se2ez
|
Container class for Box2D's contact representation. More...
Public Member Functions | |
| Box2DContact (b2Contact *contact) | |
| Constructor. More... | |
| b2Manifold * | getManifolds (b2WorldManifold &world) const |
| Get contact manifold this contact. More... | |
Public Attributes | |
| b2Contact * | contact |
| Box2D contact. More... | |
Container class for Box2D's contact representation.
Definition at line 42 of file collision.cpp.
|
inline |
Constructor.
Definition at line 47 of file collision.cpp.
|
inline |
Get contact manifold this contact.
| [in] | world | The world contact manifold. |
Definition at line 55 of file collision.cpp.
| b2Contact* se2ez::Box2DContact::contact |
Box2D contact.
Definition at line 61 of file collision.cpp.