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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 250 public float getRestitutionLimAng() {
251 return getRestitutionLimAng(objectId);
254 private native float getRestitutionLimAng(long objectId);
437 capsule.write(getRestitutionLimAng(), "restitutionLimAng", 0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 194 public float getRestitutionLimAng() {
195 return ((SliderConstraint) constraint).getRestitutionLimAng();
325 capsule.write(((SliderConstraint) constraint).getRestitutionLimAng(), "restitutionLimAng", 0f);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_SliderJoint.cpp 493 * Method: getRestitutionLimAng
504 return joint->getRestitutionLimAng();
    [all...]

Completed in 62 milliseconds