ReactPhysics3D  v0.10.2
C++ Physics engine library
Loading...
Searching...
No Matches
reactphysics3d::BroadPhaseRaycastCallback Class Reference

Callback called when the AABB of a leaf node is hit by a ray the broad-phase Dynamic AABB Tree. More...

#include <include/reactphysics3d/systems/BroadPhaseSystem.h>

Inheritance diagram for reactphysics3d::BroadPhaseRaycastCallback:
reactphysics3d::DynamicAABBTreeRaycastCallback

Public Member Functions

 BroadPhaseRaycastCallback (const DynamicAABBTree &dynamicAABBTree, unsigned short raycastWithCategoryMaskBits, RaycastTest &raycastTest)
 
virtual decimal raycastBroadPhaseShape (int32 nodeId, const Ray &ray) override
 

Detailed Description

Callback called when the AABB of a leaf node is hit by a ray the broad-phase Dynamic AABB Tree.

Member Function Documentation

◆ raycastBroadPhaseShape()

decimal BroadPhaseRaycastCallback::raycastBroadPhaseShape ( int32  nodeId,
const Ray ray 
)
overridevirtual

The documentation for this class was generated from the following files: