Bullet Collision Detection & Physics Library
|
#include "btMultiSapBroadphase.h"
#include "btSimpleBroadphase.h"
#include "LinearMath/btAabbUtil2.h"
#include "btQuantizedBvh.h"
Go to the source code of this file.
Classes | |
class | btMultiSapBroadphasePairSortPredicate |
Macros | |
#define | CLEAN_INVALID_PAIRS 1 |
Functions | |
bool | boxIsContainedWithinBox (const btVector3 &amin, const btVector3 &amax, const btVector3 &bmin, const btVector3 &bmax) |
Variables | |
int | gOverlappingPairs |
btSapBroadphaseArray m_sapBroadphases; More... | |
bool | stopUpdating =false |
#define CLEAN_INVALID_PAIRS 1 |
bool boxIsContainedWithinBox | ( | const btVector3 & | amin, |
const btVector3 & | amax, | ||
const btVector3 & | bmin, | ||
const btVector3 & | bmax | ||
) |
Definition at line 139 of file btMultiSapBroadphase.cpp.
int gOverlappingPairs |
btSapBroadphaseArray m_sapBroadphases;
btOverlappingPairCache* m_overlappingPairs;
Definition at line 26 of file btOverlappingPairCache.cpp.
bool stopUpdating =false |
Definition at line 336 of file btMultiSapBroadphase.cpp.