#include <b2ContactManager.h>
Public Member Functions | |
b2ContactManager () | |
void | AddPair (void *proxyUserDataA, void *proxyUserDataB) |
void | FindNewContacts () |
void | Destroy (b2Contact *c) |
void | Collide () |
Public Attributes | |
b2BroadPhase | m_broadPhase |
b2Contact * | m_contactList |
int32 | m_contactCount |
b2ContactFilter * | m_contactFilter |
b2ContactListener * | m_contactListener |
b2BlockAllocator * | m_allocator |
b2ContactManager::b2ContactManager | ( | ) |
void b2ContactManager::AddPair | ( | void * | proxyUserDataA, | |
void * | proxyUserDataB | |||
) |
void b2ContactManager::Collide | ( | ) |
void b2ContactManager::Destroy | ( | b2Contact * | c | ) |
void b2ContactManager::FindNewContacts | ( | ) |