#include <b2_contact_manager.h>
Public Member Functions | |
void | AddPair (void *proxyUserDataA, void *proxyUserDataB) |
b2ContactManager () | |
void | Collide () |
void | Destroy (b2Contact *c) |
void | FindNewContacts () |
Public Attributes | |
b2BlockAllocator * | m_allocator |
b2BroadPhase | m_broadPhase |
int32 | m_contactCount |
b2ContactFilter * | m_contactFilter |
b2Contact * | m_contactList |
b2ContactListener * | m_contactListener |
Definition at line 35 of file b2_contact_manager.h.
b2ContactManager::b2ContactManager | ( | ) |
Definition at line 32 of file b2_contact_manager.cpp.
Definition at line 181 of file b2_contact_manager.cpp.
void b2ContactManager::Collide | ( | ) |
Definition at line 109 of file b2_contact_manager.cpp.
Definition at line 41 of file b2_contact_manager.cpp.
void b2ContactManager::FindNewContacts | ( | ) |
Definition at line 176 of file b2_contact_manager.cpp.
b2BlockAllocator* b2ContactManager::m_allocator |
Definition at line 54 of file b2_contact_manager.h.
b2BroadPhase b2ContactManager::m_broadPhase |
Definition at line 49 of file b2_contact_manager.h.
int32 b2ContactManager::m_contactCount |
Definition at line 51 of file b2_contact_manager.h.
b2ContactFilter* b2ContactManager::m_contactFilter |
Definition at line 52 of file b2_contact_manager.h.
b2Contact* b2ContactManager::m_contactList |
Definition at line 50 of file b2_contact_manager.h.
b2ContactListener* b2ContactManager::m_contactListener |
Definition at line 53 of file b2_contact_manager.h.