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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.h 55 btScalar m_targetVelocity;//!< target motor velocity
79 m_targetVelocity = 0;
97 m_targetVelocity = limot.m_targetVelocity;
156 btVector3 m_targetVelocity;//!< target motor velocity
177 m_targetVelocity[i] = btScalar(0.f);
198 m_targetVelocity[i] = other.m_targetVelocity[i];
btGeneric6DofSpringConstraint.cpp 133 m_linearLimits.m_targetVelocity[i] = velFactor * force;
148 m_angularLimits[i].m_targetVelocity = velFactor * force;
btGeneric6DofSpring2Constraint.h 83 btScalar m_targetVelocity;
109 m_targetVelocity = 0;
136 m_targetVelocity = limot.m_targetVelocity;
187 btVector3 m_targetVelocity;
220 m_targetVelocity[i] = btScalar(0.f);
252 m_targetVelocity[i] = other.m_targetVelocity[i];
614 dof->m_angularTargetVelocity.m_floats[i] = m_angularLimits[i].m_targetVelocity;
650 m_linearLimits.m_targetVelocity.serialize( dof->m_linearTargetVelocity )
    [all...]
btGeneric6DofSpring2Constraint.cpp 515 limot.m_targetVelocity = m_linearLimits.m_targetVelocity[i];
715 btScalar tag_vel = rotational ? limot->m_targetVelocity : -limot->m_targetVelocity;
721 info->m_constraintError[srow] = mot_fact * limot->m_targetVelocity;
733 btScalar targetvelocity = error<0 ? -limot->m_targetVelocity : limot->m_targetVelocity;
    [all...]
btGeneric6DofConstraint.cpp 163 btScalar target_velocity = m_targetVelocity;
641 limot.m_targetVelocity = m_linearLimits.m_targetVelocity[i];
850 btScalar tag_vel = rotational ? limot->m_targetVelocity : -limot->m_targetVelocity;
857 info->m_constraintError[srow] += mot_fact * limot->m_targetVelocity;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 381 milliseconds