|
Blender V4.3
|
#include <btSimpleBroadphase.h>
Inherits btBroadphaseProxy.
Public Member Functions | |
| btSimpleBroadphaseProxy () | |
| btSimpleBroadphaseProxy (const btVector3 &minpt, const btVector3 &maxpt, int shapeType, void *userPtr, int collisionFilterGroup, int collisionFilterMask) | |
| SIMD_FORCE_INLINE void | SetNextFree (int next) |
| SIMD_FORCE_INLINE int | GetNextFree () const |
Public Attributes | |
| int | m_nextFree |
Definition at line 21 of file btSimpleBroadphase.h.
|
inline |
Definition at line 27 of file btSimpleBroadphase.h.
|
inline |
Definition at line 29 of file btSimpleBroadphase.h.
|
inline |
Definition at line 36 of file btSimpleBroadphase.h.
References m_nextFree.
Referenced by btSimpleBroadphase::allocHandle().
|
inline |
Definition at line 35 of file btSimpleBroadphase.h.
References m_nextFree, and next.
Referenced by btSimpleBroadphase::btSimpleBroadphase(), and btSimpleBroadphase::freeHandle().
| int btSimpleBroadphaseProxy::m_nextFree |
Definition at line 23 of file btSimpleBroadphase.h.
Referenced by GetNextFree(), and SetNextFree().