Home
last modified time | relevance | path

Searched refs:currERP (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtSliderConstraint.cpp351 …btScalar currERP = (m_flags & BT_SLIDER_FLAGS_ERP_ORTANG) ? m_softnessOrthoAng : m_softnessOrthoAn… in getInfo2NonVirtual() local
352 btScalar k = info->fps * currERP; in getInfo2NonVirtual()
451currERP = (m_flags & BT_SLIDER_FLAGS_ERP_ORTLIN) ? m_softnessOrthoLin : m_softnessOrthoLin * info-… in getInfo2NonVirtual()
452 k = info->fps * currERP; in getInfo2NonVirtual()
532 currERP = (m_flags & BT_SLIDER_FLAGS_ERP_LIMLIN) ? m_softnessLimLin : info->erp; in getInfo2NonVirtual()
540 …ot_fact = getMotorFactor(m_linPos, m_lowerLinLimit, m_upperLinLimit, tag_vel, info->fps * currERP); in getInfo2NonVirtual()
547 k = info->fps * currERP; in getInfo2NonVirtual()
635 currERP = (m_flags & BT_SLIDER_FLAGS_ERP_LIMANG) ? m_softnessLimAng : info->erp; in getInfo2NonVirtual()
642 …ctor(m_angPos, m_lowerAngLimit, m_upperAngLimit, getTargetAngMotorVelocity(), info->fps * currERP); in getInfo2NonVirtual()
649 k = info->fps * currERP; in getInfo2NonVirtual()
DbtPoint2PointConstraint.cpp136 btScalar currERP = (m_flags & BT_P2P_FLAGS_ERP) ? m_erp : info->erp; in getInfo2NonVirtual() local
137 btScalar k = info->fps * currERP; in getInfo2NonVirtual()
DbtHingeConstraint.cpp583 btScalar currERP = (m_flags & BT_HINGE_FLAGS_ERP_STOP) ? m_stopERP : normalErp; in getInfo2Internal() local
590 …ot_fact = getMotorFactor(m_hingeAngle, lostop, histop, m_motorTargetVelocity, info->fps * currERP); in getInfo2Internal()
597 k = info->fps * currERP; in getInfo2Internal()
978 btScalar currERP = (m_flags & BT_HINGE_FLAGS_ERP_STOP) ? m_stopERP : normalErp; in getInfo2InternalUsingFrameOffset() local
985 …ot_fact = getMotorFactor(m_hingeAngle, lostop, histop, m_motorTargetVelocity, info->fps * currERP); in getInfo2InternalUsingFrameOffset()
992 k = info->fps * currERP; in getInfo2InternalUsingFrameOffset()