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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btHingeConstraint.h 62 btScalar m_motorTargetVelocity;
171 m_motorTargetVelocity = targetVelocity;
291 return m_motorTargetVelocity;
328 float m_motorTargetVelocity;
387 float m_motorTargetVelocity;
409 double m_motorTargetVelocity;
441 hingeData->m_motorTargetVelocity = float(m_motorTargetVelocity);
btHingeConstraint.cpp 590 btScalar mot_fact = getMotorFactor(m_hingeAngle, lostop, histop, m_motorTargetVelocity, info->fps * currERP);
591 info->m_constraintError[srow] += mot_fact * m_motorTargetVelocity * m_referenceSign;
772 m_motorTargetVelocity = dAngle / dt;
985 btScalar mot_fact = getMotorFactor(m_hingeAngle, lostop, histop, m_motorTargetVelocity, info->fps * currERP);
986 info->m_constraintError[srow] += mot_fact * m_motorTargetVelocity * m_referenceSign;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 771 float m_motorTargetVelocity;
791 float m_motorTargetVelocity;
811 double m_motorTargetVelocity;
    [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 197 milliseconds