Home
last modified time | relevance | path

Searched refs:setTargetLinMotorVelocity (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java364 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) { in setTargetLinMotorVelocity() method in SliderJoint
365 setTargetLinMotorVelocity(objectId, targetLinMotorVelocity); in setTargetLinMotorVelocity()
368 private native void setTargetLinMotorVelocity(long objectId, float value); in setTargetLinMotorVelocity() method in SliderJoint
525 setTargetLinMotorVelocity(targetLinMotorVelicoty); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java270 public void setTargetLinMotorVelocity(float targetLinMotorVelocity) { in setTargetLinMotorVelocity() method in SliderJoint
271 ((SliderConstraint) constraint).setTargetLinMotorVelocity(targetLinMotorVelocity); in setTargetLinMotorVelocity()
413 ((SliderConstraint)constraint).setTargetLinMotorVelocity(targetLinMotorVelicoty); in read()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp808 joint->setTargetLinMotorVelocity(value); in Java_com_jme3_bullet_joints_SliderJoint_setTargetLinMotorVelocity()