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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.cpp 625 btRotationalLimitMotor limot; local
630 limot.m_bounce = btScalar(0.f);
631 limot.m_currentLimit = m_linearLimits.m_currentLimit[i];
632 limot.m_currentPosition = m_linearLimits.m_currentLinearDiff[i];
633 limot.m_currentLimitError = m_linearLimits.m_currentLimitError[i];
634 limot.m_damping = m_linearLimits.m_damping;
635 limot.m_enableMotor = m_linearLimits.m_enableMotor[i];
636 limot.m_hiLimit = m_linearLimits.m_upperLimit[i];
637 limot.m_limitSoftness = m_linearLimits.m_limitSoftness;
638 limot.m_loLimit = m_linearLimits.m_lowerLimit[i]
    [all...]
btGeneric6DofSpring2Constraint.cpp 493 btRotationalLimitMotor2 limot; local
498 limot.m_bounce = m_linearLimits.m_bounce[i];
499 limot.m_currentLimit = m_linearLimits.m_currentLimit[i];
500 limot.m_currentPosition = m_linearLimits.m_currentLinearDiff[i];
501 limot.m_currentLimitError = m_linearLimits.m_currentLimitError[i];
502 limot.m_currentLimitErrorHi = m_linearLimits.m_currentLimitErrorHi[i];
503 limot.m_enableMotor = m_linearLimits.m_enableMotor[i];
504 limot.m_servoMotor = m_linearLimits.m_servoMotor[i];
505 limot.m_servoTarget = m_linearLimits.m_servoTarget[i];
506 limot.m_enableSpring = m_linearLimits.m_enableSpring[i]
    [all...]

Completed in 3879 milliseconds