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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2PrismaticJoint.h 142 float32 GetMaxMotorForce() const { return m_maxMotorForce; }
169 float32 m_maxMotorForce;
b2PrismaticJoint.cpp 116 m_maxMotorForce = def->maxMotorForce;
282 float32 maxImpulse = data.step.dt * m_maxMotorForce;
601 m_maxMotorForce = force;
627 b2Log(" jd.maxMotorForce = %.15lef;\n", m_maxMotorForce);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.h 56 btScalar m_maxMotorForce;//!< max force on motor
80 m_maxMotorForce = 0.1f;
98 m_maxMotorForce = limot.m_maxMotorForce;
157 btVector3 m_maxMotorForce;//!< max force on motor
178 m_maxMotorForce[i] = btScalar(0.f);
199 m_maxMotorForce[i] = other.m_maxMotorForce[i];
btGeneric6DofSpringConstraint.cpp 134 m_linearLimits.m_maxMotorForce[i] = btFabs(force) / info->fps;
149 m_angularLimits[i].m_maxMotorForce = btFabs(force) / info->fps;
btGeneric6DofSpring2Constraint.h 84 btScalar m_maxMotorForce;
110 m_maxMotorForce = 0.1f;
137 m_maxMotorForce = limot.m_maxMotorForce;
188 btVector3 m_maxMotorForce;
221 m_maxMotorForce[i] = btScalar(0.f);
253 m_maxMotorForce[i] = other.m_maxMotorForce[i];
615 dof->m_angularMaxMotorForce.m_floats[i] = m_angularLimits[i].m_maxMotorForce;
651 m_linearLimits.m_maxMotorForce.serialize( dof->m_linearMaxMotorForce )
    [all...]
btGeneric6DofSpring2Constraint.cpp 514 limot.m_maxMotorForce = m_linearLimits.m_maxMotorForce[i];
722 info->m_lowerLimit[srow] = -limot->m_maxMotorForce;
723 info->m_upperLimit[srow] = limot->m_maxMotorForce;
757 info->m_lowerLimit[srow] = -limot->m_maxMotorForce;
758 info->m_upperLimit[srow] = limot->m_maxMotorForce;
    [all...]
btGeneric6DofConstraint.cpp 164 btScalar maxMotorForce = m_maxMotorForce;
640 limot.m_maxMotorForce = m_linearLimits.m_maxMotorForce[i];
858 info->m_lowerLimit[srow] = -limot->m_maxMotorForce;
859 info->m_upperLimit[srow] = limot->m_maxMotorForce;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
PrismaticJoint.java 123 private float m_maxMotorForce;
160 m_maxMotorForce = def.maxMotorForce;
366 m_maxMotorForce = force;
380 return m_maxMotorForce;
549 float maxImpulse = data.step.dt * m_maxMotorForce;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 1167 milliseconds