Home
last modified time | relevance | path

Searched refs:_biasFactor (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtAngularLimit.java66 …public void set(float low, float high, float _softness, float _biasFactor, float _relaxationFactor… in set() argument
67 …DynamicsJNI.btAngularLimit_set__SWIG_0(swigCPtr, this, low, high, _softness, _biasFactor, _relaxat… in set()
70 public void set(float low, float high, float _softness, float _biasFactor) { in set() argument
71 DynamicsJNI.btAngularLimit_set__SWIG_1(swigCPtr, this, low, high, _softness, _biasFactor); in set()
DbtConeTwistConstraint.java98 …wingSpan1, float _swingSpan2, float _twistSpan, float _softness, float _biasFactor, float _relaxat… in setLimit() argument
99 …WIG_1(swigCPtr, this, _swingSpan1, _swingSpan2, _twistSpan, _softness, _biasFactor, _relaxationFac… in setLimit()
102 …Limit(float _swingSpan1, float _swingSpan2, float _twistSpan, float _softness, float _biasFactor) { in setLimit() argument
103 …int_setLimit__SWIG_2(swigCPtr, this, _swingSpan1, _swingSpan2, _twistSpan, _softness, _biasFactor); in setLimit()
DbtHingeConstraint.java158 …public void setLimit(float low, float high, float _softness, float _biasFactor, float _relaxationF… in setLimit() argument
159 …HingeConstraint_setLimit__SWIG_0(swigCPtr, this, low, high, _softness, _biasFactor, _relaxationFac… in setLimit()
162 public void setLimit(float low, float high, float _softness, float _biasFactor) { in setLimit() argument
163 … DynamicsJNI.btHingeConstraint_setLimit__SWIG_1(swigCPtr, this, low, high, _softness, _biasFactor); in setLimit()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtTypedConstraint.cpp156 void btAngularLimit::set(btScalar low, btScalar high, btScalar _softness, btScalar _biasFactor, btS… in set() argument
161 m_biasFactor = _biasFactor; in set()
DbtHingeConstraint.h184 …void setLimit(btScalar low,btScalar high,btScalar _softness = 0.9f, btScalar _biasFactor = 0.3f, b… in ATTRIBUTE_ALIGNED16()
187 m_limit.set(low, high, _softness, _biasFactor, _relaxationFactor); in ATTRIBUTE_ALIGNED16()
192 m_biasFactor = _biasFactor; in ATTRIBUTE_ALIGNED16()
DbtConeTwistConstraint.h210 …ar _swingSpan2,btScalar _twistSpan, btScalar _softness = 1.f, btScalar _biasFactor = 0.3f, btScala… in ATTRIBUTE_ALIGNED16()
217 m_biasFactor = _biasFactor; in ATTRIBUTE_ALIGNED16()
DbtTypedConstraint.h482 …void set(btScalar low, btScalar high, btScalar _softness = 0.9f, btScalar _biasFactor = 0.3f, btSc…