Blender  V3.3
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
btBroadphaseRayCallback Struct Reference

#include <btBroadphaseInterface.h>

Inheritance diagram for btBroadphaseRayCallback:
btBroadphaseAabbCallback btDeformableMultiBodyDynamicsWorld::btDeformableSingleRayCallback btSingleRayCallback btSingleSweepCallback btSoftSingleRayCallback btSoftSingleRayCallback

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 31 of file btBroadphaseInterface.h.

Constructor & Destructor Documentation

◆ ~btBroadphaseRayCallback()

virtual btBroadphaseRayCallback::~btBroadphaseRayCallback ( )
inlinevirtual

Definition at line 38 of file btBroadphaseInterface.h.

◆ btBroadphaseRayCallback()

btBroadphaseRayCallback::btBroadphaseRayCallback ( )
inlineprotected

Definition at line 41 of file btBroadphaseInterface.h.

Member Data Documentation

◆ m_lambda_max

btScalar btBroadphaseRayCallback::m_lambda_max

◆ m_rayDirectionInverse

btVector3 btBroadphaseRayCallback::m_rayDirectionInverse

◆ m_signs

unsigned int btBroadphaseRayCallback::m_signs[3]

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