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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.h 62 btScalar m_stopCFM;//!< Constraint force mixing factor when joint is at limit
86 m_stopCFM = 0.f;
104 m_stopCFM = limot.m_stopCFM;
153 btVector3 m_stopCFM;//!< Constraint force mixing factor when joint is at limit
169 m_stopCFM.setValue(0.f, 0.f, 0.f);
193 m_stopCFM = other.m_stopCFM;
btGeneric6DofSpring2Constraint.h 79 btScalar m_stopCFM;
105 m_stopCFM = 0.f;
132 m_stopCFM = limot.m_stopCFM;
175 btVector3 m_stopCFM;
201 m_stopCFM .setValue(0.f , 0.f , 0.f );
233 m_stopCFM = other.m_stopCFM;
611 dof->m_angularStopCFM.m_floats[i] = m_angularLimits[i].m_stopCFM;
647 m_linearLimits.m_stopCFM.serialize( dof->m_linearStopCFM )
    [all...]
btGeneric6DofConstraint.cpp 645 limot.m_stopCFM = (flags & BT_6DOF_FLAGS_CFM_STOP) ? m_linearLimits.m_stopCFM[i] : info->cfm[0];
686 m_angularLimits[i].m_stopCFM = info->cfm[0];
873 info->cfm[srow] = limot->m_stopCFM;
956 m_linearLimits.m_stopCFM[axis] = value;
976 m_angularLimits[axis - 3].m_stopCFM = value;
1007 retVal = m_linearLimits.m_stopCFM[axis];
1027 retVal = m_angularLimits[axis - 3].m_stopCFM;
btGeneric6DofSpring2Constraint.cpp 518 limot.m_stopCFM = (flags & BT_6DOF_FLAGS_CFM_STOP2) ? m_linearLimits.m_stopCFM[i] : info->cfm[0];
575 m_angularLimits[i].m_stopCFM = info->cfm[0];
678 info->cfm[srow] = limot->m_stopCFM;
697 info->cfm[srow] = limot->m_stopCFM;
707 info->cfm[srow] = limot->m_stopCFM;
840 m_linearLimits.m_stopCFM[axis] = value;
864 m_angularLimits[axis - 3].m_stopCFM = value;
    [all...]
btHingeConstraint.cpp 51 m_stopCFM(0),
111 m_stopCFM(0),
165 m_stopCFM(0),
195 m_stopCFM(0),
601 info->cfm[srow] = m_stopCFM;
996 info->cfm[srow] = m_stopCFM;
    [all...]
btHingeConstraint.h 99 btScalar m_stopCFM;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 168 milliseconds