Bullet Collision Detection & Physics Library
Classes | Typedefs | Variables
btCompoundCollisionAlgorithm.h File Reference
#include "btActivatingCollisionAlgorithm.h"
#include "BulletCollision/BroadphaseCollision/btDispatcher.h"
#include "BulletCollision/BroadphaseCollision/btBroadphaseInterface.h"
#include "BulletCollision/NarrowPhaseCollision/btPersistentManifold.h"
#include "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h"
#include "btCollisionCreateFunc.h"
#include "LinearMath/btAlignedObjectArray.h"
#include "BulletCollision/BroadphaseCollision/btDbvt.h"
Include dependency graph for btCompoundCollisionAlgorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btCompoundCollisionAlgorithm
 btCompoundCollisionAlgorithm supports collision between CompoundCollisionShapes and other collision shapes More...
 
struct  btCompoundCollisionAlgorithm::CreateFunc
 
struct  btCompoundCollisionAlgorithm::SwappedCreateFunc
 

Typedefs

typedef bool(* btShapePairCallback) (const btCollisionShape *pShape0, const btCollisionShape *pShape1)
 

Variables

btShapePairCallback gCompoundChildShapePairCallback
 

Typedef Documentation

typedef bool(* btShapePairCallback) (const btCollisionShape *pShape0, const btCollisionShape *pShape1)

Definition at line 34 of file btCompoundCollisionAlgorithm.h.

Variable Documentation

btShapePairCallback gCompoundChildShapePairCallback

Definition at line 26 of file btCompoundCollisionAlgorithm.cpp.