#include <btBroadphaseInterface.h>

Public Member Functions | |
| virtual | ~btBroadphaseRayCallback () |
Public Attributes | |
| btScalar | m_lambda_max |
| btVector3 | m_rayDirectionInverse |
| added some cached data to accelerate ray-AABB tests | |
| unsigned int | m_signs [3] |
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.
added some cached data to accelerate ray-AABB tests
Definition at line 39 of file btBroadphaseInterface.h.
| unsigned int btBroadphaseRayCallback::m_signs[3] |
Definition at line 40 of file btBroadphaseInterface.h.