se2ez
se2ez::Box2DContact Class Reference

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...
 

Detailed Description

Container class for Box2D's contact representation.

Definition at line 42 of file collision.cpp.

Constructor & Destructor Documentation

◆ Box2DContact()

se2ez::Box2DContact::Box2DContact ( b2Contact *  contact)
inline

Constructor.

Definition at line 47 of file collision.cpp.

Member Function Documentation

◆ getManifolds()

b2Manifold* se2ez::Box2DContact::getManifolds ( b2WorldManifold &  world) const
inline

Get contact manifold this contact.

Parameters
[in]worldThe world contact manifold.
Returns
The contact manifold.

Definition at line 55 of file collision.cpp.

Member Data Documentation

◆ contact

b2Contact* se2ez::Box2DContact::contact

Box2D contact.

Definition at line 61 of file collision.cpp.


The documentation for this class was generated from the following file: