Searched refs:setTargetAngMotorVelocity (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DSliderJoint.java400 public void setTargetAngMotorVelocity(float targetAngMotorVelocity) { method in class:SliderJoint
401 setTargetAngMotorVelocity(objectId, targetAngMotorVelocity);
404 private native void setTargetAngMotorVelocity(long objectId, float value); method in class:SliderJoint
524 setTargetAngMotorVelocity(targetAngMotorVelicoty);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DSliderJoint.java294 public void setTargetAngMotorVelocity(float targetAngMotorVelocity) { method in class:SliderJoint
295 ((SliderConstraint) constraint).setTargetAngMotorVelocity(targetAngMotorVelocity);
412 ((SliderConstraint)constraint).setTargetAngMotorVelocity(targetAngMotorVelicoty);
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_joints_SliderJoint.cpp893 * Method: setTargetAngMotorVelocity
904 joint->setTargetAngMotorVelocity(value);

Completed in 123 milliseconds