Bullet Collision Detection & Physics Library
|
#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"
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 bool(* btShapePairCallback)(const btCollisionShape *pShape0, const btCollisionShape *pShape1) |
Definition at line 33 of file btCompoundCollisionAlgorithm.h.
btShapePairCallback gCompoundChildShapePairCallback |
Definition at line 26 of file btCompoundCollisionAlgorithm.cpp.