Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java214 public float getRestitutionLimLin() { in getRestitutionLimLin() method in SliderJoint
215 return getRestitutionLimLin(objectId); in getRestitutionLimLin()
218 private native float getRestitutionLimLin(long objectId); in getRestitutionLimLin() method in SliderJoint
438 capsule.write(getRestitutionLimLin(), "restitutionLimLin", 0f); in write()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java170 public float getRestitutionLimLin() { in getRestitutionLimLin() method in SliderJoint
171 return ((SliderConstraint) constraint).getRestitutionLimLin(); in getRestitutionLimLin()
326 … capsule.write(((SliderConstraint) constraint).getRestitutionLimLin(), "restitutionLimLin", 0f); in write()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp408 return joint->getRestitutionLimLin(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimLin()