|  | ReactPhysics3D
    v0.10.2
    C++ Physics engine library | 
This abstract class is the base class for a narrow-phase collision detection algorithm. More...
#include <include/reactphysics3d/collision/narrowphase/NarrowPhaseAlgorithm.h>
 
  
| Public Member Functions | |
| NarrowPhaseAlgorithm ()=default | |
| Constructor. | |
| virtual | ~NarrowPhaseAlgorithm ()=default | 
| Destructor. | |
| NarrowPhaseAlgorithm (const NarrowPhaseAlgorithm &algorithm)=delete | |
| Deleted copy-constructor. | |
| NarrowPhaseAlgorithm & | operator= (const NarrowPhaseAlgorithm &algorithm)=delete | 
| Deleted assignment operator. | |
This abstract class is the base class for a narrow-phase collision detection algorithm.
The goal of the narrow phase algorithm is to compute information about the contact between two colliders.