HomeSort by relevance Sort by last modified time
    Searched refs:getRestitutionDirLin (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 142 public float getRestitutionDirLin() {
143 return getRestitutionDirLin(objectId);
146 private native float getRestitutionDirLin(long objectId);
436 capsule.write(getRestitutionDirLin(), "restitutionDirLin", 0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 122 public float getRestitutionDirLin() {
123 return ((SliderConstraint) constraint).getRestitutionDirLin();
324 capsule.write(((SliderConstraint) constraint).getRestitutionDirLin(), "restitutionDirLin", 0f);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_SliderJoint.cpp 205 * Method: getRestitutionDirLin
216 return joint->getRestitutionDirLin();
    [all...]

Completed in 98 milliseconds