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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btHingeConstraint.h 63 btScalar m_maxMotorImpulse;
172 m_maxMotorImpulse = maxMotorImpulse;
179 void setMaxMotorImpulse(btScalar maxMotorImpulse) { m_maxMotorImpulse = maxMotorImpulse; }
295 return m_maxMotorImpulse;
329 float m_maxMotorImpulse;
388 float m_maxMotorImpulse;
410 double m_maxMotorImpulse;
440 hingeData->m_maxMotorImpulse = float(m_maxMotorImpulse);
btConeTwistConstraint.h 114 btScalar m_maxMotorImpulse;
263 void setMaxMotorImpulse(btScalar maxMotorImpulse) { m_maxMotorImpulse = maxMotorImpulse; m_bNormalizedMotorStrength = false; }
264 void setMaxMotorImpulseNormalized(btScalar maxMotorImpulse) { m_maxMotorImpulse = maxMotorImpulse; m_bNormalizedMotorStrength = true; }
btHingeConstraint.cpp 592 info->m_lowerLimit[srow] = - m_maxMotorImpulse;
593 info->m_upperLimit[srow] = m_maxMotorImpulse;
987 info->m_lowerLimit[srow] = - m_maxMotorImpulse;
988 info->m_upperLimit[srow] = m_maxMotorImpulse;
    [all...]
btConeTwistConstraint.cpp 67 m_maxMotorImpulse = btScalar(-1);
414 if (m_maxMotorImpulse >= 0)
416 btScalar fMaxImpulse = m_maxMotorImpulse;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 772 float m_maxMotorImpulse;
792 float m_maxMotorImpulse;
812 double m_maxMotorImpulse;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 574 hinge->enableAngularMotor(true,(btScalar)hingeData->m_motorTargetVelocity,(btScalar)hingeData->m_maxMotorImpulse);
794 hinge->enableAngularMotor(true,hingeData->m_motorTargetVelocity,hingeData->m_maxMotorImpulse);
    [all...]

Completed in 568 milliseconds