Blender V4.3
btCompoundCollisionAlgorithm.h File Reference

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

◆ btShapePairCallback

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

Definition at line 34 of file btCompoundCollisionAlgorithm.h.

Variable Documentation

◆ gCompoundChildShapePairCallback

btShapePairCallback gCompoundChildShapePairCallback
extern