|
Bullet Collision Detection & Physics Library
|
The btBroadphasePair class contains a pair of aabb-overlapping objects. More...
#include <btBroadphaseProxy.h>

Classes | |
| union | [union].__unnamed0__ |
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 | |
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 185 of file btBroadphaseProxy.h.
|
inline |
Definition at line 187 of file btBroadphaseProxy.h.
|
inline |
Definition at line 198 of file btBroadphaseProxy.h.
|
inline |
Definition at line 205 of file btBroadphaseProxy.h.
| btBroadphasePair::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
|
mutable |
Definition at line 228 of file btBroadphaseProxy.h.
| btBroadphaseProxy* btBroadphasePair::m_pProxy0 |
Definition at line 225 of file btBroadphaseProxy.h.
| btBroadphaseProxy* btBroadphasePair::m_pProxy1 |
Definition at line 226 of file btBroadphaseProxy.h.