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

This class is used to encapsulate a callback method for a single triangle of a ConcaveMesh. More...

#include <include/reactphysics3d/collision/shapes/ConcaveShape.h>

Public Member Functions

virtual ~TriangleCallback ()=default
 Destructor.
 
virtual void testTriangle (const Vector3 *trianglePoints, const Vector3 *verticesNormals, uint32 shapeId)=0
 Report a triangle.
 

Detailed Description

This class is used to encapsulate a callback method for a single triangle of a ConcaveMesh.


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