Blender
V3.3
|
#include <btBroadphaseInterface.h>
Public Member Functions | |
virtual | ~btBroadphaseRayCallback () |
![]() | |
virtual | ~btBroadphaseAabbCallback () |
virtual bool | process (const btBroadphaseProxy *proxy)=0 |
Public Attributes | |
btVector3 | m_rayDirectionInverse |
added some cached data to accelerate ray-AABB tests More... | |
unsigned int | m_signs [3] |
btScalar | m_lambda_max |
Protected Member Functions | |
btBroadphaseRayCallback () | |
Definition at line 31 of file btBroadphaseInterface.h.
|
inlinevirtual |
Definition at line 38 of file btBroadphaseInterface.h.
|
inlineprotected |
Definition at line 41 of file btBroadphaseInterface.h.
btScalar btBroadphaseRayCallback::m_lambda_max |
Definition at line 36 of file btBroadphaseInterface.h.
Referenced by btDeformableMultiBodyDynamicsWorld::btDeformableSingleRayCallback::btDeformableSingleRayCallback(), btSingleRayCallback::btSingleRayCallback(), btSingleSweepCallback::btSingleSweepCallback(), btSoftSingleRayCallback::btSoftSingleRayCallback(), and btDbvtBroadphase::rayTest().
btVector3 btBroadphaseRayCallback::m_rayDirectionInverse |
added some cached data to accelerate ray-AABB tests
Definition at line 34 of file btBroadphaseInterface.h.
Referenced by btDeformableMultiBodyDynamicsWorld::btDeformableSingleRayCallback::btDeformableSingleRayCallback(), btSingleRayCallback::btSingleRayCallback(), btSingleSweepCallback::btSingleSweepCallback(), btSoftSingleRayCallback::btSoftSingleRayCallback(), and btDbvtBroadphase::rayTest().
unsigned int btBroadphaseRayCallback::m_signs[3] |
Definition at line 35 of file btBroadphaseInterface.h.
Referenced by btDeformableMultiBodyDynamicsWorld::btDeformableSingleRayCallback::btDeformableSingleRayCallback(), btSingleRayCallback::btSingleRayCallback(), btSingleSweepCallback::btSingleSweepCallback(), btSoftSingleRayCallback::btSoftSingleRayCallback(), and btDbvtBroadphase::rayTest().