Bullet Collision Detection & Physics Library
|
The btBroadphasePair class contains a pair of aabb-overlapping objects. More...
#include <btBroadphaseProxy.h>
Public Member Functions | |
btBroadphasePair () | |
BT_DECLARE_ALIGNED_ALLOCATOR () | |
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 177 of file btBroadphaseProxy.h.
|
inline |
Definition at line 180 of file btBroadphaseProxy.h.
|
inline |
Definition at line 190 of file btBroadphaseProxy.h.
btBroadphasePair::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
union { ... } btBroadphasePair::@7 |
|
mutable |
Definition at line 211 of file btBroadphaseProxy.h.
void* btBroadphasePair::m_internalInfo1 |
Definition at line 213 of file btBroadphaseProxy.h.
int btBroadphasePair::m_internalTmpValue |
Definition at line 214 of file btBroadphaseProxy.h.
btBroadphaseProxy* btBroadphasePair::m_pProxy0 |
Definition at line 208 of file btBroadphaseProxy.h.
btBroadphaseProxy* btBroadphasePair::m_pProxy1 |
Definition at line 209 of file btBroadphaseProxy.h.