Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
ContactFrictionSolverLoop Struct Reference
Inheritance diagram for ContactFrictionSolverLoop:
Inheritance graph
[legend]
Collaboration diagram for ContactFrictionSolverLoop:
Collaboration graph
[legend]

Public Member Functions

 ContactFrictionSolverLoop (btSequentialImpulseConstraintSolverMt *solver, const btBatchedConstraints *bc)
 
btScalar sumLoop (int iBegin, int iEnd) const BT_OVERRIDE
 
- Public Member Functions inherited from btIParallelSumBody
virtual ~btIParallelSumBody ()
 
virtual btScalar sumLoop (int iBegin, int iEnd) const =0
 

Public Attributes

btSequentialImpulseConstraintSolverMtm_solver
 
const btBatchedConstraintsm_bc
 

Detailed Description

Definition at line 1284 of file btSequentialImpulseConstraintSolverMt.cpp.

Constructor & Destructor Documentation

◆ ContactFrictionSolverLoop()

ContactFrictionSolverLoop::ContactFrictionSolverLoop ( btSequentialImpulseConstraintSolverMt solver,
const btBatchedConstraints bc 
)
inline

Definition at line 1289 of file btSequentialImpulseConstraintSolverMt.cpp.

Member Function Documentation

◆ sumLoop()

btScalar ContactFrictionSolverLoop::sumLoop ( int  iBegin,
int  iEnd 
) const
inlinevirtual

Implements btIParallelSumBody.

Definition at line 1294 of file btSequentialImpulseConstraintSolverMt.cpp.

Member Data Documentation

◆ m_bc

const btBatchedConstraints* ContactFrictionSolverLoop::m_bc

Definition at line 1287 of file btSequentialImpulseConstraintSolverMt.cpp.

◆ m_solver

btSequentialImpulseConstraintSolverMt* ContactFrictionSolverLoop::m_solver

Definition at line 1286 of file btSequentialImpulseConstraintSolverMt.cpp.


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