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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DSliderJoint.java376 public void setMaxLinMotorForce(float maxLinMotorForce) { method in class:SliderJoint
377 setMaxLinMotorForce(objectId, maxLinMotorForce);
380 private native void setMaxLinMotorForce(long objectId, float value); method in class:SliderJoint
507 setMaxLinMotorForce(maxLinMotorForce);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DSliderJoint.java278 public void setMaxLinMotorForce(float maxLinMotorForce) { method in class:SliderJoint
279 ((SliderConstraint) constraint).setMaxLinMotorForce(maxLinMotorForce);
395 ((SliderConstraint)constraint).setMaxLinMotorForce(maxLinMotorForce);

Completed in 268 milliseconds