Blender V5.0
btSimpleBroadphaseProxy Struct Reference

#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

Detailed Description

Definition at line 21 of file btSimpleBroadphase.h.

Constructor & Destructor Documentation

◆ btSimpleBroadphaseProxy() [1/2]

btSimpleBroadphaseProxy::btSimpleBroadphaseProxy ( )
inline

Definition at line 27 of file btSimpleBroadphase.h.

◆ btSimpleBroadphaseProxy() [2/2]

btSimpleBroadphaseProxy::btSimpleBroadphaseProxy ( const btVector3 & minpt,
const btVector3 & maxpt,
int shapeType,
void * userPtr,
int collisionFilterGroup,
int collisionFilterMask )
inline

Definition at line 29 of file btSimpleBroadphase.h.

References btBroadphaseProxy, and btVector3.

Member Function Documentation

◆ GetNextFree()

SIMD_FORCE_INLINE int btSimpleBroadphaseProxy::GetNextFree ( ) const
inline

Definition at line 36 of file btSimpleBroadphase.h.

References m_nextFree, and SIMD_FORCE_INLINE.

◆ SetNextFree()

SIMD_FORCE_INLINE void btSimpleBroadphaseProxy::SetNextFree ( int next)
inline

Definition at line 35 of file btSimpleBroadphase.h.

References m_nextFree, next, and SIMD_FORCE_INLINE.

Referenced by btSimpleBroadphase::freeHandle().

Member Data Documentation

◆ m_nextFree

int btSimpleBroadphaseProxy::m_nextFree

Definition at line 23 of file btSimpleBroadphase.h.

Referenced by GetNextFree(), and SetNextFree().


The documentation for this struct was generated from the following file: