ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::NarrowPhaseAlgorithm Class Reference

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

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

Inheritance diagram for reactphysics3d::NarrowPhaseAlgorithm:
reactphysics3d::CapsuleVsCapsuleAlgorithm reactphysics3d::CapsuleVsConvexPolyhedronAlgorithm reactphysics3d::ConvexPolyhedronVsConvexPolyhedronAlgorithm reactphysics3d::SphereVsCapsuleAlgorithm reactphysics3d::SphereVsConvexPolyhedronAlgorithm reactphysics3d::SphereVsSphereAlgorithm

Public Member Functions

 NarrowPhaseAlgorithm ()=default
 Constructor.
 
virtual ~NarrowPhaseAlgorithm ()=default
 Destructor.
 
 NarrowPhaseAlgorithm (const NarrowPhaseAlgorithm &algorithm)=delete
 Deleted copy-constructor.
 
NarrowPhaseAlgorithmoperator= (const NarrowPhaseAlgorithm &algorithm)=delete
 Deleted assignment operator.
 

Detailed Description

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.


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