Bullet Collision Detection & Physics Library
btManifoldResult.h File Reference
Include dependency graph for btManifoldResult.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btManifoldResult
 btManifoldResult is a helper class to manage contact results. More...
 

Typedefs

typedef bool(* ContactAddedCallback) (btManifoldPoint &cp, const btCollisionObjectWrapper *colObj0Wrap, int partId0, int index0, const btCollisionObjectWrapper *colObj1Wrap, int partId1, int index1)
 

Variables

ContactAddedCallback gContactAddedCallback
 This is to allow MaterialCombiner/Custom Friction/Restitution values.
 

Typedef Documentation

◆ ContactAddedCallback

typedef bool(* ContactAddedCallback) (btManifoldPoint &cp, const btCollisionObjectWrapper *colObj0Wrap, int partId0, int index0, const btCollisionObjectWrapper *colObj1Wrap, int partId1, int index1)

Definition at line 32 of file btManifoldResult.h.

Variable Documentation

◆ gContactAddedCallback

ContactAddedCallback gContactAddedCallback
extern

This is to allow MaterialCombiner/Custom Friction/Restitution values.

Definition at line 23 of file btManifoldResult.cpp.