Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java112 public void setLowerAngLimit(float lowerAngLimit) { in setLowerAngLimit() method in SliderJoint
113 setLowerAngLimit(objectId, lowerAngLimit); in setLowerAngLimit()
116 private native void setLowerAngLimit(long objectId, float value); in setLowerAngLimit() method in SliderJoint
504 setLowerAngLimit(lowerAngLimit); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java102 public void setLowerAngLimit(float lowerAngLimit) { in setLowerAngLimit() method in SliderJoint
103 ((SliderConstraint) constraint).setLowerAngLimit(lowerAngLimit); in setLowerAngLimit()
392 ((SliderConstraint)constraint).setLowerAngLimit(lowerAngLimit); in read()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp136 joint->setLowerAngLimit(value); in Java_com_jme3_bullet_joints_SliderJoint_setLowerAngLimit()