Searched refs:getRestitutionLimAng (Results 1 – 3 of 3) sorted by relevance
250 public float getRestitutionLimAng() { in getRestitutionLimAng() method in SliderJoint251 return getRestitutionLimAng(objectId); in getRestitutionLimAng()254 private native float getRestitutionLimAng(long objectId); in getRestitutionLimAng() method in SliderJoint437 capsule.write(getRestitutionLimAng(), "restitutionLimAng", 0f); in write()
194 public float getRestitutionLimAng() { in getRestitutionLimAng() method in SliderJoint195 return ((SliderConstraint) constraint).getRestitutionLimAng(); in getRestitutionLimAng()325 … capsule.write(((SliderConstraint) constraint).getRestitutionLimAng(), "restitutionLimAng", 0f); in write()
504 return joint->getRestitutionLimAng(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimAng()