Searched defs:getRestitutionLimLin (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DSliderJoint.java214 public float getRestitutionLimLin() { method in class:SliderJoint
215 return getRestitutionLimLin(objectId);
218 private native float getRestitutionLimLin(long objectId); method in class:SliderJoint
438 capsule.write(getRestitutionLimLin(), "restitutionLimLin", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DSliderJoint.java170 public float getRestitutionLimLin() { method in class:SliderJoint
171 return ((SliderConstraint) constraint).getRestitutionLimLin();
326 capsule.write(((SliderConstraint) constraint).getRestitutionLimLin(), "restitutionLimLin", 0f);

Completed in 34 milliseconds