OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMotorFactor
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.cpp
60
btScalar btTypedConstraint::
getMotorFactor
(btScalar pos, btScalar lowLim, btScalar uppLim, btScalar vel, btScalar timeFact)
btTypedConstraint.h
108
btScalar
getMotorFactor
(btScalar pos, btScalar lowLim, btScalar uppLim, btScalar vel, btScalar timeFact);
btSliderConstraint.cpp
540
btScalar mot_fact =
getMotorFactor
(m_linPos, m_lowerLinLimit, m_upperLinLimit, tag_vel, info->fps * currERP);
642
btScalar mot_fact =
getMotorFactor
(m_angPos, m_lowerAngLimit, m_upperAngLimit, getTargetAngMotorVelocity(), info->fps * currERP);
btGeneric6DofSpring2Constraint.cpp
716
btScalar mot_fact =
getMotorFactor
(limot->m_currentPosition,
750
mot_fact =
getMotorFactor
(limot->m_currentPosition, lowLimit, hiLimit, tag_vel, info->fps * limot->m_motorERP);
[
all
...]
btHingeConstraint.cpp
590
btScalar mot_fact =
getMotorFactor
(m_hingeAngle, lostop, histop, m_motorTargetVelocity, info->fps * currERP);
985
btScalar mot_fact =
getMotorFactor
(m_hingeAngle, lostop, histop, m_motorTargetVelocity, info->fps * currERP);
[
all
...]
btGeneric6DofConstraint.cpp
852
btScalar mot_fact =
getMotorFactor
( limot->m_currentPosition,
Completed in 637 milliseconds