Searched refs:getRestitutionOrthoAng (Results 1 – 3 of 3) sorted by relevance
322 public float getRestitutionOrthoAng() { in getRestitutionOrthoAng() method in SliderJoint323 return getRestitutionOrthoAng(objectId); in getRestitutionOrthoAng()326 private native float getRestitutionOrthoAng(long objectId); in getRestitutionOrthoAng() method in SliderJoint439 capsule.write(getRestitutionOrthoAng(), "restitutionOrthoAng", 0f); in write()
242 public float getRestitutionOrthoAng() { in getRestitutionOrthoAng() method in SliderJoint243 return ((SliderConstraint) constraint).getRestitutionOrthoAng(); in getRestitutionOrthoAng()327 …capsule.write(((SliderConstraint) constraint).getRestitutionOrthoAng(), "restitutionOrthoAng", 0f); in write()
696 return joint->getRestitutionOrthoAng(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoAng()