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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DSliderJoint.java370 public float getMaxLinMotorForce() { method in class:SliderJoint
371 return getMaxLinMotorForce(objectId);
374 private native float getMaxLinMotorForce(long objectId); method in class:SliderJoint
432 capsule.write(getMaxLinMotorForce(), "maxLinMotorForce", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DSliderJoint.java274 public float getMaxLinMotorForce() { method in class:SliderJoint
275 return ((SliderConstraint) constraint).getMaxLinMotorForce();
320 capsule.write(((SliderConstraint) constraint).getMaxLinMotorForce(), "maxLinMotorForce", 0f);

Completed in 65 milliseconds