Searched refs:getRestitutionOrthoLin (Results 1 – 3 of 3) sorted by relevance
286 public float getRestitutionOrthoLin() { in getRestitutionOrthoLin() method in SliderJoint287 return getRestitutionOrthoLin(objectId); in getRestitutionOrthoLin()290 private native float getRestitutionOrthoLin(long objectId); in getRestitutionOrthoLin() method in SliderJoint440 capsule.write(getRestitutionOrthoLin(), "restitutionOrthoLin", 0f); in write()
218 public float getRestitutionOrthoLin() { in getRestitutionOrthoLin() method in SliderJoint219 return ((SliderConstraint) constraint).getRestitutionOrthoLin(); in getRestitutionOrthoLin()328 …capsule.write(((SliderConstraint) constraint).getRestitutionOrthoLin(), "restitutionOrthoLin", 0f); in write()
600 return joint->getRestitutionOrthoLin(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoLin()