#include <btSimpleBroadphase.h>
Public Member Functions | |
btSimpleBroadphaseProxy () | |
btSimpleBroadphaseProxy (const btVector3 &minpt, const btVector3 &maxpt, int shapeType, void *userPtr, short int collisionFilterGroup, short int collisionFilterMask, void *multiSapProxy) | |
SIMD_FORCE_INLINE int | GetNextFree () const |
SIMD_FORCE_INLINE void | SetNextFree (int next) |
Public Attributes | |
int | m_nextFree |
Definition at line 23 of file btSimpleBroadphase.h.
btSimpleBroadphaseProxy::btSimpleBroadphaseProxy | ( | ) | [inline] |
Definition at line 30 of file btSimpleBroadphase.h.
btSimpleBroadphaseProxy::btSimpleBroadphaseProxy | ( | const btVector3 & | minpt, |
const btVector3 & | maxpt, | ||
int | shapeType, | ||
void * | userPtr, | ||
short int | collisionFilterGroup, | ||
short int | collisionFilterMask, | ||
void * | multiSapProxy | ||
) | [inline] |
Definition at line 32 of file btSimpleBroadphase.h.
SIMD_FORCE_INLINE int btSimpleBroadphaseProxy::GetNextFree | ( | ) | const [inline] |
Definition at line 40 of file btSimpleBroadphase.h.
SIMD_FORCE_INLINE void btSimpleBroadphaseProxy::SetNextFree | ( | int | next | ) | [inline] |
Definition at line 39 of file btSimpleBroadphase.h.
Definition at line 25 of file btSimpleBroadphase.h.