Searched defs:setTargetLinMotorVelocity (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DSliderJoint.java364 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) { method in class:SliderJoint
365 setTargetLinMotorVelocity(objectId, targetLinMotorVelocity);
368 private native void setTargetLinMotorVelocity(long objectId, float value); method in class:SliderJoint
525 setTargetLinMotorVelocity(targetLinMotorVelicoty);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DSliderJoint.java270 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) { method in class:SliderJoint
271 ((SliderConstraint) constraint).setTargetLinMotorVelocity(targetLinMotorVelocity);
413 ((SliderConstraint)constraint).setTargetLinMotorVelocity(targetLinMotorVelicoty);

Completed in 109 milliseconds