ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::DynamicAABBTreeRaycastCallback Class Referenceabstract

Raycast callback in the Dynamic AABB Tree called when the AABB of a leaf node is hit by the ray. More...

#include <include/reactphysics3d/collision/broadphase/DynamicAABBTree.h>

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

Public Member Functions

virtual decimal raycastBroadPhaseShape (int32 nodeId, const Ray &ray)=0
 

Detailed Description

Raycast callback in the Dynamic AABB Tree called when the AABB of a leaf node is hit by the ray.


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