Blender
V3.3
|
#include <btDbvtBroadphase.h>
Public Member Functions | |
btDbvtProxy (const btVector3 &aabbMin, const btVector3 &aabbMax, void *userPtr, int collisionFilterGroup, int collisionFilterMask) | |
Public Attributes | |
btDbvtNode * | leaf |
btDbvtProxy * | links [2] |
int | stage |
Definition at line 43 of file btDbvtBroadphase.h.
|
inline |
Definition at line 51 of file btDbvtBroadphase.h.
References links.
btDbvtNode* btDbvtProxy::leaf |
Definition at line 47 of file btDbvtBroadphase.h.
Referenced by btDbvtBroadphase::collide(), btDbvtBroadphase::createProxy(), btDbvtBroadphase::destroyProxy(), btDbvtBroadphase::performDeferredRemoval(), btDbvtTreeCollider::Process(), btDbvtBroadphase::setAabb(), and btDbvtBroadphase::setAabbForceUpdate().
btDbvtProxy* btDbvtProxy::links[2] |
Definition at line 48 of file btDbvtBroadphase.h.
Referenced by btDbvtProxy(), and btDbvtBroadphase::collide().
int btDbvtProxy::stage |
Definition at line 49 of file btDbvtBroadphase.h.
Referenced by btDbvtBroadphase::collide(), btDbvtBroadphase::createProxy(), btDbvtBroadphase::destroyProxy(), btDbvtBroadphase::setAabb(), and btDbvtBroadphase::setAabbForceUpdate().