ReactPhysics3D  v0.10.1
C++ Physics engine library
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.


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