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

This abstract class is the base class for a narrow-phase collision callback class. More...

#include <include/reactphysics3d/collision/narrowphase/NarrowPhaseAlgorithm.h>

Public Member Functions

virtual void notifyContact (OverlappingPair *overlappingPair, const ContactPointInfo &contactInfo)=0
 Called by a narrow-phase collision algorithm when a new contact has been found.
 

Detailed Description

This abstract class is the base class for a narrow-phase collision callback class.


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