Bullet Collision Detection & Physics Library
Classes | Macros | Variables
btSimpleBroadphase.cpp File Reference
#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>
Include dependency graph for btSimpleBroadphase.cpp:

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...
 

Macro Definition Documentation

#define CLEAN_INVALID_PAIRS   1

Variable Documentation

int gOverlappingPairs

btSapBroadphaseArray m_sapBroadphases;

btOverlappingPairCache* m_overlappingPairs;

Definition at line 26 of file btOverlappingPairCache.cpp.