The btBroadphasePair class contains a pair of aabb-overlapping objects. More...
#include <btBroadphaseProxy.h>
Public Member Functions | |
btBroadphasePair () | |
BT_DECLARE_ALIGNED_ALLOCATOR () | |
btBroadphasePair (const btBroadphasePair &other) | |
btBroadphasePair (btBroadphaseProxy &proxy0, btBroadphaseProxy &proxy1) | |
Public Attributes | |
btBroadphaseProxy * | m_pProxy0 |
btBroadphaseProxy * | m_pProxy1 |
btCollisionAlgorithm * | m_algorithm |
union { | |
void * m_internalInfo1 | |
int m_internalTmpValue | |
}; |
The btBroadphasePair class contains a pair of aabb-overlapping objects.
A btDispatcher can search a btCollisionAlgorithm that performs exact/narrowphase collision detection on the actual collision shapes.
Definition at line 186 of file btBroadphaseProxy.h.
btBroadphasePair::btBroadphasePair | ( | ) | [inline] |
Definition at line 188 of file btBroadphaseProxy.h.
btBroadphasePair::btBroadphasePair | ( | const btBroadphasePair & | other | ) | [inline] |
Definition at line 199 of file btBroadphaseProxy.h.
btBroadphasePair::btBroadphasePair | ( | btBroadphaseProxy & | proxy0, | |
btBroadphaseProxy & | proxy1 | |||
) | [inline] |
Definition at line 206 of file btBroadphaseProxy.h.
btBroadphasePair::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
union { ... } |
Definition at line 229 of file btBroadphaseProxy.h.
Definition at line 230 of file btBroadphaseProxy.h.
Definition at line 230 of file btBroadphaseProxy.h.
Definition at line 226 of file btBroadphaseProxy.h.
Definition at line 227 of file btBroadphaseProxy.h.