Home
last modified time | relevance | path

Searched refs:getRestitutionOrthoLin (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java286 public float getRestitutionOrthoLin() { in getRestitutionOrthoLin() method in SliderJoint
287 return getRestitutionOrthoLin(objectId); in getRestitutionOrthoLin()
290 private native float getRestitutionOrthoLin(long objectId); in getRestitutionOrthoLin() method in SliderJoint
440 capsule.write(getRestitutionOrthoLin(), "restitutionOrthoLin", 0f); in write()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java218 public float getRestitutionOrthoLin() { in getRestitutionOrthoLin() method in SliderJoint
219 return ((SliderConstraint) constraint).getRestitutionOrthoLin(); in getRestitutionOrthoLin()
328 …capsule.write(((SliderConstraint) constraint).getRestitutionOrthoLin(), "restitutionOrthoLin", 0f); in write()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp600 return joint->getRestitutionOrthoLin(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoLin()