Searched refs:setLowerAngLimit (Results 1 – 3 of 3) sorted by relevance
112 public void setLowerAngLimit(float lowerAngLimit) { in setLowerAngLimit() method in SliderJoint113 setLowerAngLimit(objectId, lowerAngLimit); in setLowerAngLimit()116 private native void setLowerAngLimit(long objectId, float value); in setLowerAngLimit() method in SliderJoint504 setLowerAngLimit(lowerAngLimit); in read()
102 public void setLowerAngLimit(float lowerAngLimit) { in setLowerAngLimit() method in SliderJoint103 ((SliderConstraint) constraint).setLowerAngLimit(lowerAngLimit); in setLowerAngLimit()392 ((SliderConstraint)constraint).setLowerAngLimit(lowerAngLimit); in read()
136 joint->setLowerAngLimit(value); in Java_com_jme3_bullet_joints_SliderJoint_setLowerAngLimit()