#include <b2ContactManager.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 30 of file b2ContactManager.h.
Definition at line 28 of file b2ContactManager.cpp.
void b2ContactManager::AddPair | ( | void * | proxyUserDataA, |
void * | proxyUserDataB | ||
) |
Definition at line 177 of file b2ContactManager.cpp.
void b2ContactManager::Collide | ( | ) |
Definition at line 105 of file b2ContactManager.cpp.
void b2ContactManager::Destroy | ( | b2Contact * | c | ) |
Definition at line 37 of file b2ContactManager.cpp.
void b2ContactManager::FindNewContacts | ( | ) |
Definition at line 172 of file b2ContactManager.cpp.
Definition at line 49 of file b2ContactManager.h.
Definition at line 44 of file b2ContactManager.h.
Definition at line 46 of file b2ContactManager.h.
Definition at line 47 of file b2ContactManager.h.
Definition at line 45 of file b2ContactManager.h.
Definition at line 48 of file b2ContactManager.h.