HomeSort by relevance Sort by last modified time
    Searched refs:m_solverBodyIdA (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodySolverConstraint.h 32 btMultiBodySolverConstraint() : m_solverBodyIdA(-1), m_multiBodyA(0), m_linkA(-1), m_solverBodyIdB(-1), m_multiBodyB(0), m_linkB(-1),m_orgConstraint(0), m_orgDofIndex(-1)
69 int m_solverBodyIdA;
btMultiBodyPoint2Point.cpp 122 constraintRow.m_solverBodyIdA = data.m_fixedBodyId;
138 constraintRow.m_solverBodyIdA = m_rigidBodyA->getCompanionId();
btMultiBodyConstraintSolver.cpp 129 } else if(c.m_solverBodyIdA >= 0)
131 bodyA = &m_tmpSolverBodyPool[c.m_solverBodyIdA];
177 } else if(c.m_solverBodyIdA >= 0)
274 btSolverBody* bodyA = multiBodyA ? 0 : &m_tmpSolverBodyPool[solverConstraint.m_solverBodyIdA];
630 solverConstraint.m_solverBodyIdA = solverBodyIdA;
690 solverConstraint.m_solverBodyIdA = solverBodyIdA;
    [all...]
btMultiBodyConstraint.cpp 82 btSolverBody* bodyA = multiBodyA ? 0 : &data.m_solverBodyPool->at(solverConstraint.m_solverBodyIdA);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSolverConstraint.h 63 int m_solverBodyIdA;
btNNCGConstraintSolver.cpp 89 btScalar deltaf = resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[constraint.m_solverBodyIdA],m_tmpSolverBodyPool[constraint.m_solverBodyIdB],constraint);
101 btScalar deltaf = resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[constraint.m_solverBodyIdA],m_tmpSolverBodyPool[constraint.m_solverBodyIdB],constraint);
130 btSolverBody& body1 = m_tmpSolverBodyPool[constraint.m_solverBodyIdA];
173 btScalar deltaf = resolveSingleConstraintRowLowerLimitSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
189 btScalar deltaf = resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
206 btScalar deltaf = resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
226 //resolveSingleConstraintRowLowerLimitSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
227 btScalar deltaf = resolveSingleConstraintRowLowerLimit(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
247 //resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
248 btScalar deltaf = resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold)
    [all...]
btSequentialImpulseConstraintSolver.cpp 543 solverConstraint.m_solverBodyIdA = solverBodyIdA;
647 solverConstraint.m_solverBodyIdA = solverBodyIdA;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btMLCPSolver.cpp 249 int sbA = m_allConstraintPtrArray[i]->m_solverBodyIdA;
355 int sbA = m_allConstraintPtrArray[i]->m_solverBodyIdA;
413 //int sbA = m_allConstraintPtrArray[row__]->m_solverBodyIdA;
523 int bodyIndex0 = m_allConstraintPtrArray[i]->m_solverBodyIdA;
604 int sbA = c.m_solverBodyIdA;

Completed in 729 milliseconds