Bullet Collision Detection & Physics Library
Classes | Macros | Variables
btAxisSweep3.h File Reference
#include "LinearMath/btVector3.h"
#include "btOverlappingPairCache.h"
#include "btBroadphaseInterface.h"
#include "btBroadphaseProxy.h"
#include "btOverlappingPairCallback.h"
#include "btDbvtBroadphase.h"
Include dependency graph for btAxisSweep3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btAxisSweep3Internal< BP_FP_INT_TYPE >
 The internal templace class btAxisSweep3Internal implements the sweep and prune broadphase. More...
 
class  btAxisSweep3Internal< BP_FP_INT_TYPE >::Edge
 
class  btAxisSweep3Internal< BP_FP_INT_TYPE >::Handle
 
class  btAxisSweep3
 The btAxisSweep3 is an efficient implementation of the 3d axis sweep and prune broadphase. More...
 
class  bt32BitAxisSweep3
 The bt32BitAxisSweep3 allows higher precision quantization and more objects compared to the btAxisSweep3 sweep and prune. More...
 

Macros

#define USE_OVERLAP_TEST_ON_REMOVES   1
 
#define CLEAN_INVALID_PAIRS   1
 

Variables

int gOverlappingPairs
 

Macro Definition Documentation

#define CLEAN_INVALID_PAIRS   1
#define USE_OVERLAP_TEST_ON_REMOVES   1

Definition at line 30 of file btAxisSweep3.h.

Variable Documentation

int gOverlappingPairs

Definition at line 26 of file btOverlappingPairCache.cpp.