|
Blender V4.3
|
Inherits btIParallelSumBody.
Public Member Functions | |
| ContactSolverLoop (btSequentialImpulseConstraintSolverMt *solver, const btBatchedConstraints *bc) | |
| btScalar | sumLoop (int iBegin, int iEnd) const BT_OVERRIDE |
Public Member Functions inherited from btIParallelSumBody | |
| virtual | ~btIParallelSumBody () |
Public Attributes | |
| btSequentialImpulseConstraintSolverMt * | m_solver |
| const btBatchedConstraints * | m_bc |
Definition at line 1245 of file btSequentialImpulseConstraintSolverMt.cpp.
|
inline |
Definition at line 1250 of file btSequentialImpulseConstraintSolverMt.cpp.
Implements btIParallelSumBody.
Definition at line 1255 of file btSequentialImpulseConstraintSolverMt.cpp.
References batch, BT_PROFILE, btBatchedConstraints::m_batches, m_bc, btBatchedConstraints::m_constraintIndices, m_solver, and sum().
| const btBatchedConstraints* ContactSolverLoop::m_bc |
Definition at line 1248 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by ContactSolverLoop(), and sumLoop().
| btSequentialImpulseConstraintSolverMt* ContactSolverLoop::m_solver |
Definition at line 1247 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by ContactSolverLoop(), and sumLoop().