HomeSort by relevance Sort by last modified time
    Searched full:m_targetlinmotorvelocity (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSliderConstraint.h 152 btScalar m_targetLinMotorVelocity;
237 void setTargetLinMotorVelocity(btScalar targetLinMotorVelocity) { m_targetLinMotorVelocity = targetLinMotorVelocity; }
238 btScalar getTargetLinMotorVelocity() { return m_targetLinMotorVelocity; }
btSliderConstraint.cpp 62 m_targetLinMotorVelocity = btScalar(0.);

Completed in 252 milliseconds