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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
btKinematicCharacterController.cpp 191 m_currentPosition = m_ghostObject->getWorldTransform().getOrigin();
228 m_currentPosition += pt.m_normalWorldOnB * directionSign * dist * btScalar(0.2);
239 newTrans.setOrigin(m_currentPosition);
249 m_targetPosition = m_currentPosition + getUpAxisDirections()[m_upAxis] * (m_stepHeight + (m_verticalOffset > 0.f?m_verticalOffset:0.f));
255 start.setOrigin (m_currentPosition + getUpAxisDirections()[m_upAxis] * (m_convexShape->getMargin() + m_addedMargin));
279 m_currentPosition.setInterpolate3 (m_currentPosition, m_targetPosition, callback.m_closestHitFraction);
281 m_currentPosition = m_targetPosition;
287 m_currentPosition = m_targetPosition;
293 btVector3 movementDirection = m_targetPosition - m_currentPosition;
    [all...]
btKinematicCharacterController.h 66 btVector3 m_currentPosition;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofSpring2Constraint.cpp 443 m_angularLimits[axis_index].m_currentPosition = angle;
500 limot.m_currentPosition = m_linearLimits.m_currentLinearDiff[i];
716 btScalar mot_fact = getMotorFactor(limot->m_currentPosition,
731 btScalar error = limot->m_currentPosition - limot->m_servoTarget;
750 mot_fact = getMotorFactor(limot->m_currentPosition, lowLimit, hiLimit, tag_vel, info->fps * limot->m_motorERP);
766 btScalar error = limot->m_currentPosition - limot->m_equilibriumPoint;
    [all...]
btGeneric6DofConstraint.cpp 450 m_angularLimits[axis_index].m_currentPosition = angle;
632 limot.m_currentPosition = m_linearLimits.m_currentLinearDiff[i];
809 btScalar desiredOffs = limot->m_currentPosition - limot->m_currentLimitError;
852 btScalar mot_fact = getMotorFactor( limot->m_currentPosition,
btGeneric6DofSpring2Constraint.h 96 btScalar m_currentPosition;
122 m_currentPosition = 0;
149 m_currentPosition = limot.m_currentPosition;
btGeneric6DofConstraint.h 71 btScalar m_currentPosition; //! current value of angle
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 827 milliseconds