Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java250 public float getRestitutionLimAng() { in getRestitutionLimAng() method in SliderJoint
251 return getRestitutionLimAng(objectId); in getRestitutionLimAng()
254 private native float getRestitutionLimAng(long objectId); in getRestitutionLimAng() method in SliderJoint
437 capsule.write(getRestitutionLimAng(), "restitutionLimAng", 0f); in write()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java194 public float getRestitutionLimAng() { in getRestitutionLimAng() method in SliderJoint
195 return ((SliderConstraint) constraint).getRestitutionLimAng(); in getRestitutionLimAng()
325 … capsule.write(((SliderConstraint) constraint).getRestitutionLimAng(), "restitutionLimAng", 0f); in write()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp504 return joint->getRestitutionLimAng(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimAng()