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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 364 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) {
365 setTargetLinMotorVelocity(objectId, targetLinMotorVelocity);
368 private native void setTargetLinMotorVelocity(long objectId, float value);
525 setTargetLinMotorVelocity(targetLinMotorVelicoty);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 270 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) {
271 ((SliderConstraint) constraint).setTargetLinMotorVelocity(targetLinMotorVelocity);
413 ((SliderConstraint)constraint).setTargetLinMotorVelocity(targetLinMotorVelicoty);

Completed in 20 milliseconds