|
Blender V5.0
|
#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.
References btBroadphaseProxy, and btVector3.
|
inline |
Definition at line 36 of file btSimpleBroadphase.h.
References m_nextFree, and SIMD_FORCE_INLINE.
|
inline |
Definition at line 35 of file btSimpleBroadphase.h.
References m_nextFree, next, and SIMD_FORCE_INLINE.
Referenced by btSimpleBroadphase::freeHandle().
| int btSimpleBroadphaseProxy::m_nextFree |
Definition at line 23 of file btSimpleBroadphase.h.
Referenced by GetNextFree(), and SetNextFree().