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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
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.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);
  /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...]

Completed in 201 milliseconds