Bullet Collision Detection & Physics Library
|
#include "LinearMath/btScalar.h"
#include "LinearMath/btVector3.h"
#include "LinearMath/btAlignedAllocator.h"
Go to the source code of this file.
Classes | |
struct | btBroadphaseProxy |
The btBroadphaseProxy is the main class that can be used with the Bullet broadphases. More... | |
struct | btBroadphasePair |
The btBroadphasePair class contains a pair of aabb-overlapping objects. More... | |
class | btBroadphasePairSortPredicate |
Functions | |
bool | operator== (const btBroadphasePair &a, const btBroadphasePair &b) |
btDispatcher uses these types IMPORTANT NOTE:The types are ordered polyhedral, implicit convex and concave to facilitate type checking CUSTOM_POLYHEDRAL_SHAPE_TYPE,CUSTOM_CONVEX_SHAPE_TYPE and CUSTOM_CONCAVE_SHAPE_TYPE can be used to extend Bullet without modifying source code
Definition at line 28 of file btBroadphaseProxy.h.
|
inline |
Definition at line 263 of file btBroadphaseProxy.h.