The btBroadphaseProxy is the main class that can be used with the Bullet broadphases.
More...
#include <btBroadphaseProxy.h>
The btBroadphaseProxy is the main class that can be used with the Bullet broadphases.
It stores collision shape type information, collision filter information and a client object, typically a btCollisionObject or btRigidBody.
Definition at line 85 of file btBroadphaseProxy.h.
optional filtering to cull potential collisions
Enumerator |
---|
DefaultFilter |
|
StaticFilter |
|
KinematicFilter |
|
DebrisFilter |
|
SensorTrigger |
|
CharacterFilter |
|
AllFilter |
|
Definition at line 91 of file btBroadphaseProxy.h.
btBroadphaseProxy::btBroadphaseProxy |
( |
| ) |
|
|
inline |
btBroadphaseProxy::btBroadphaseProxy |
( |
const btVector3 & |
aabbMin, |
|
|
const btVector3 & |
aabbMax, |
|
|
void * |
userPtr, |
|
|
short int |
collisionFilterGroup, |
|
|
short int |
collisionFilterMask, |
|
|
void * |
multiSapParentProxy = 0 |
|
) |
| |
|
inline |
btBroadphaseProxy::BT_DECLARE_ALIGNED_ALLOCATOR |
( |
| ) |
|
int btBroadphaseProxy::getUid |
( |
| ) |
const |
|
inline |
static bool btBroadphaseProxy::isCompound |
( |
int |
proxyType | ) |
|
|
inlinestatic |
static bool btBroadphaseProxy::isConcave |
( |
int |
proxyType | ) |
|
|
inlinestatic |
static bool btBroadphaseProxy::isConvex |
( |
int |
proxyType | ) |
|
|
inlinestatic |
static bool btBroadphaseProxy::isConvex2d |
( |
int |
proxyType | ) |
|
|
inlinestatic |
static bool btBroadphaseProxy::isInfinite |
( |
int |
proxyType | ) |
|
|
inlinestatic |
static bool btBroadphaseProxy::isNonMoving |
( |
int |
proxyType | ) |
|
|
inlinestatic |
static bool btBroadphaseProxy::isPolyhedral |
( |
int |
proxyType | ) |
|
|
inlinestatic |
static bool btBroadphaseProxy::isSoftBody |
( |
int |
proxyType | ) |
|
|
inlinestatic |
void* btBroadphaseProxy::m_clientObject |
short int btBroadphaseProxy::m_collisionFilterGroup |
short int btBroadphaseProxy::m_collisionFilterMask |
void* btBroadphaseProxy::m_multiSapParentProxy |
int btBroadphaseProxy::m_uniqueId |
The documentation for this struct was generated from the following file: