Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java142 public float getRestitutionDirLin() { in getRestitutionDirLin() method in SliderJoint
143 return getRestitutionDirLin(objectId); in getRestitutionDirLin()
146 private native float getRestitutionDirLin(long objectId); in getRestitutionDirLin() method in SliderJoint
436 capsule.write(getRestitutionDirLin(), "restitutionDirLin", 0f); in write()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java122 public float getRestitutionDirLin() { in getRestitutionDirLin() method in SliderJoint
123 return ((SliderConstraint) constraint).getRestitutionDirLin(); in getRestitutionDirLin()
324 … capsule.write(((SliderConstraint) constraint).getRestitutionDirLin(), "restitutionDirLin", 0f); in write()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp216 return joint->getRestitutionDirLin(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionDirLin()