HomeSort by relevance Sort by last modified time
    Searched defs:getRestitutionOrthoLin (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 286 public float getRestitutionOrthoLin() {
287 return getRestitutionOrthoLin(objectId);
290 private native float getRestitutionOrthoLin(long objectId);
440 capsule.write(getRestitutionOrthoLin(), "restitutionOrthoLin", 0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 218 public float getRestitutionOrthoLin() {
219 return ((SliderConstraint) constraint).getRestitutionOrthoLin();
328 capsule.write(((SliderConstraint) constraint).getRestitutionOrthoLin(), "restitutionOrthoLin", 0f);

Completed in 89 milliseconds