Bullet Collision Detection & Physics Library
|
#include "btSimpleBroadphase.h"
#include "BulletCollision/BroadphaseCollision/btDispatcher.h"
#include "BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h"
#include "LinearMath/btVector3.h"
#include "LinearMath/btTransform.h"
#include "LinearMath/btMatrix3x3.h"
#include "LinearMath/btAabbUtil2.h"
#include <new>
Go to the source code of this file.
Classes | |
class | RemovingOverlapCallback |
class | RemovePairContainingProxy |
class | CheckOverlapCallback |
Macros | |
#define | CLEAN_INVALID_PAIRS 1 |
Variables | |
int | gOverlappingPairs |
btSapBroadphaseArray m_sapBroadphases; More... | |
#define CLEAN_INVALID_PAIRS 1 |
int gOverlappingPairs |
btSapBroadphaseArray m_sapBroadphases;
btOverlappingPairCache* m_overlappingPairs;
Definition at line 26 of file btOverlappingPairCache.cpp.