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


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