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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 178 public float getRestitutionDirAng() {
179 return getRestitutionDirAng(objectId);
182 private native float getRestitutionDirAng(long objectId);
435 capsule.write(getRestitutionDirAng(), "restitutionDirAng", 0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 146 public float getRestitutionDirAng() {
147 return ((SliderConstraint) constraint).getRestitutionDirAng();
323 capsule.write(((SliderConstraint) constraint).getRestitutionDirAng(), "restitutionDirAng", 0f);

Completed in 227 milliseconds