Searched refs:getRestitutionLimLin (Results 1 – 3 of 3) sorted by relevance
214 public float getRestitutionLimLin() { in getRestitutionLimLin() method in SliderJoint215 return getRestitutionLimLin(objectId); in getRestitutionLimLin()218 private native float getRestitutionLimLin(long objectId); in getRestitutionLimLin() method in SliderJoint438 capsule.write(getRestitutionLimLin(), "restitutionLimLin", 0f); in write()
170 public float getRestitutionLimLin() { in getRestitutionLimLin() method in SliderJoint171 return ((SliderConstraint) constraint).getRestitutionLimLin(); in getRestitutionLimLin()326 … capsule.write(((SliderConstraint) constraint).getRestitutionLimLin(), "restitutionLimLin", 0f); in write()
408 return joint->getRestitutionLimLin(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimLin()