Searched refs:getSoftnessOrthoAng (Results 1 – 3 of 3) sorted by relevance
310 public float getSoftnessOrthoAng() { in getSoftnessOrthoAng() method in SliderJoint311 return getSoftnessOrthoAng(objectId); in getSoftnessOrthoAng()314 private native float getSoftnessOrthoAng(long objectId); in getSoftnessOrthoAng() method in SliderJoint446 capsule.write(getSoftnessOrthoAng(), "softnessOrthoAng", 0f); in write()
234 public float getSoftnessOrthoAng() { in getSoftnessOrthoAng() method in SliderJoint235 return ((SliderConstraint) constraint).getSoftnessOrthoAng(); in getSoftnessOrthoAng()334 … capsule.write(((SliderConstraint) constraint).getSoftnessOrthoAng(), "softnessOrthoAng", 0f); in write()
664 return joint->getSoftnessOrthoAng(); in Java_com_jme3_bullet_joints_SliderJoint_getSoftnessOrthoAng()