Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
btBroadphaseRayCallback Struct Reference

#include <btBroadphaseInterface.h>

Inheritance diagram for btBroadphaseRayCallback:
Inheritance graph
[legend]
Collaboration diagram for btBroadphaseRayCallback:
Collaboration graph
[legend]

Public Member Functions

virtual ~btBroadphaseRayCallback ()
 
- Public Member Functions inherited from btBroadphaseAabbCallback
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 ()
 

Detailed Description

Definition at line 36 of file btBroadphaseInterface.h.

Constructor & Destructor Documentation

virtual btBroadphaseRayCallback::~btBroadphaseRayCallback ( )
inlinevirtual

Definition at line 43 of file btBroadphaseInterface.h.

btBroadphaseRayCallback::btBroadphaseRayCallback ( )
inlineprotected

Definition at line 47 of file btBroadphaseInterface.h.

Member Data Documentation

btScalar btBroadphaseRayCallback::m_lambda_max

Definition at line 41 of file btBroadphaseInterface.h.

btVector3 btBroadphaseRayCallback::m_rayDirectionInverse

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.


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