![]() |
Blender V2.61 - r43446
|
#include <btBroadphaseInterface.h>

Public Member Functions | |
| virtual | ~btBroadphaseRayCallback () |
Public Attributes | |
| btVector3 | m_rayDirectionInverse |
| added some cached data to accelerate ray-AABB tests | |
| unsigned int | m_signs [3] |
| btScalar | m_lambda_max |
Definition at line 36 of file btBroadphaseInterface.h.
| virtual btBroadphaseRayCallback::~btBroadphaseRayCallback | ( | ) | [inline, virtual] |
Definition at line 43 of file btBroadphaseInterface.h.
Definition at line 41 of file btBroadphaseInterface.h.
Referenced by btSingleRayCallback::btSingleRayCallback(), btSingleSweepCallback::btSingleSweepCallback(), btSoftSingleRayCallback::btSoftSingleRayCallback(), and btDbvtBroadphase::rayTest().
added some cached data to accelerate ray-AABB tests
Definition at line 39 of file btBroadphaseInterface.h.
Referenced by btSingleRayCallback::btSingleRayCallback(), btSingleSweepCallback::btSingleSweepCallback(), btSoftSingleRayCallback::btSoftSingleRayCallback(), and btDbvtBroadphase::rayTest().
| unsigned int btBroadphaseRayCallback::m_signs[3] |
Definition at line 40 of file btBroadphaseInterface.h.
Referenced by btSingleRayCallback::btSingleRayCallback(), btSingleSweepCallback::btSingleSweepCallback(), btSoftSingleRayCallback::btSoftSingleRayCallback(), and btDbvtBroadphase::rayTest().