Home
last modified time | relevance | path

Searched refs:targetLinMotorVelocity (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java364 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) { in setTargetLinMotorVelocity() argument
365 setTargetLinMotorVelocity(objectId, targetLinMotorVelocity); in setTargetLinMotorVelocity()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java270 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) { in setTargetLinMotorVelocity() argument
271 ((SliderConstraint) constraint).setTargetLinMotorVelocity(targetLinMotorVelocity); in setTargetLinMotorVelocity()