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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofSpring2Constraint.h 77 btScalar m_bounce; member in class:btRotationalLimitMotor2
103 m_bounce = 0.0f;
130 m_bounce = limot.m_bounce;
173 btVector3 m_bounce; member in class:btTranslationalLimitMotor2
199 m_bounce .setValue(0.f , 0.f , 0.f );
231 m_bounce = other.m_bounce;
609 dof->m_angularBounce.m_floats[i] = m_angularLimits[i].m_bounce;
645 m_linearLimits.m_bounce.serialize( dof->m_linearBounce )
    [all...]
btGeneric6DofConstraint.h 63 btScalar m_bounce;//!< restitution factor member in class:btRotationalLimitMotor
87 m_bounce = 0.0f;
105 m_bounce = limot.m_bounce;
btGeneric6DofSpring2Constraint.cpp 498 limot.m_bounce = m_linearLimits.m_bounce[i];
667 btScalar bounceerror = -limot->m_bounce* vel;
672 btScalar bounceerror = -limot->m_bounce* vel;
686 btScalar bounceerror = -limot->m_bounce* vel;
691 btScalar bounceerror = -limot->m_bounce* vel;
    [all...]
btGeneric6DofConstraint.cpp 198 btScalar unclippedMotorImpulse = (1+m_bounce)*motor_relvel*jacDiagABInv;
630 limot.m_bounce = btScalar(0.f);
892 if (limot->m_bounce > 0)
916 btScalar newc = -limot->m_bounce* vel;
925 btScalar newc = -limot->m_bounce * vel;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 833 milliseconds