Bullet Collision Detection & Physics Library
Classes | Macros | Typedefs | Variables
btDbvtBroadphase.h File Reference
#include "BulletCollision/BroadphaseCollision/btDbvt.h"
#include "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h"
Include dependency graph for btDbvtBroadphase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  btDbvtProxy
 
struct  btDbvtBroadphase
 The btDbvtBroadphase implements a broadphase using two dynamic AABB bounding volume hierarchies/trees (see btDbvt). More...
 

Macros

#define DBVT_BP_PROFILE   0
 btDbvtBroadphase implementation by Nathanael Presson More...
 
#define DBVT_BP_PREVENTFALSEUPDATE   0
 
#define DBVT_BP_ACCURATESLEEPING   0
 
#define DBVT_BP_ENABLE_BENCHMARK   0
 

Typedefs

typedef btAlignedObjectArray< btDbvtProxy * > btDbvtProxyArray
 

Variables

btScalar gDbvtMargin
 btDbvtBroadphase implementation by Nathanael Presson More...
 

Macro Definition Documentation

#define DBVT_BP_ACCURATESLEEPING   0

Definition at line 30 of file btDbvtBroadphase.h.

#define DBVT_BP_ENABLE_BENCHMARK   0

Definition at line 31 of file btDbvtBroadphase.h.

#define DBVT_BP_PREVENTFALSEUPDATE   0

Definition at line 29 of file btDbvtBroadphase.h.

#define DBVT_BP_PROFILE   0

btDbvtBroadphase implementation by Nathanael Presson

Definition at line 27 of file btDbvtBroadphase.h.

Typedef Documentation

Definition at line 58 of file btDbvtBroadphase.h.

Variable Documentation

btScalar gDbvtMargin

btDbvtBroadphase implementation by Nathanael Presson

Definition at line 20 of file btDbvtBroadphase.cpp.