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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 400 public void setTargetAngMotorVelocity(float targetAngMotorVelocity) {
401 setTargetAngMotorVelocity(objectId, targetAngMotorVelocity);
404 private native void setTargetAngMotorVelocity(long objectId, float value);
524 setTargetAngMotorVelocity(targetAngMotorVelicoty);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 294 public void setTargetAngMotorVelocity(float targetAngMotorVelocity) {
295 ((SliderConstraint) constraint).setTargetAngMotorVelocity(targetAngMotorVelocity);
412 ((SliderConstraint)constraint).setTargetAngMotorVelocity(targetAngMotorVelicoty);

Completed in 55 milliseconds