Blender
V3.3
|
#include <btSequentialImpulseConstraintSolverMt.h>
Public Attributes | |
int | numTouchingContacts |
int | solverBodyIds [2] |
int | contactIndex |
int | rollingFrictionIndex |
bool | contactHasRollingFriction [MAX_NUM_CONTACT_POINTS] |
btManifoldPoint * | contactPoints [MAX_NUM_CONTACT_POINTS] |
Static Public Attributes | |
static const int | MAX_NUM_CONTACT_POINTS = 4 |
Definition at line 66 of file btSequentialImpulseConstraintSolverMt.h.
bool btContactManifoldCachedInfo::contactHasRollingFriction[MAX_NUM_CONTACT_POINTS] |
Definition at line 74 of file btSequentialImpulseConstraintSolverMt.h.
Referenced by allocAllContactConstraints(), internalAllocContactConstraints(), and internalCollectContactManifoldCachedInfo().
int btContactManifoldCachedInfo::contactIndex |
Definition at line 72 of file btSequentialImpulseConstraintSolverMt.h.
Referenced by allocAllContactConstraints(), and internalAllocContactConstraints().
btManifoldPoint* btContactManifoldCachedInfo::contactPoints[MAX_NUM_CONTACT_POINTS] |
Definition at line 75 of file btSequentialImpulseConstraintSolverMt.h.
Referenced by internalAllocContactConstraints(), and internalCollectContactManifoldCachedInfo().
|
static |
Definition at line 68 of file btSequentialImpulseConstraintSolverMt.h.
int btContactManifoldCachedInfo::numTouchingContacts |
Definition at line 70 of file btSequentialImpulseConstraintSolverMt.h.
Referenced by allocAllContactConstraints(), internalAllocContactConstraints(), and internalCollectContactManifoldCachedInfo().
int btContactManifoldCachedInfo::rollingFrictionIndex |
Definition at line 73 of file btSequentialImpulseConstraintSolverMt.h.
Referenced by allocAllContactConstraints(), and internalAllocContactConstraints().
int btContactManifoldCachedInfo::solverBodyIds[2] |
Definition at line 71 of file btSequentialImpulseConstraintSolverMt.h.
Referenced by internalAllocContactConstraints(), and internalCollectContactManifoldCachedInfo().