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

This class represents a callback when two AABB overlap. More...

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

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

Public Member Functions

 AABBOverlapCallback (Array< int > &overlappingNodes)
 
virtual void notifyOverlappingNode (int nodeId) override
 

Public Attributes

Array< int > & mOverlappingNodes
 

Detailed Description

This class represents a callback when two AABB overlap.

Member Function Documentation

◆ notifyOverlappingNode()

void AABBOverlapCallback::notifyOverlappingNode ( int  nodeId)
overridevirtual

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