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

Overlapping callback method that has to be used as parameter of the reportAllShapesOverlappingWithNode() method. More...

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

Inheritance diagram for reactphysics3d::DynamicAABBTreeOverlapCallback:
reactphysics3d::AABBOverlapCallback reactphysics3d::ConvexTriangleAABBOverlapCallback

Public Member Functions

virtual void notifyOverlappingNode (int nodeId)=0
 

Detailed Description

Overlapping callback method that has to be used as parameter of the reportAllShapesOverlappingWithNode() method.


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