Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java322 public float getRestitutionOrthoAng() { in getRestitutionOrthoAng() method in SliderJoint
323 return getRestitutionOrthoAng(objectId); in getRestitutionOrthoAng()
326 private native float getRestitutionOrthoAng(long objectId); in getRestitutionOrthoAng() method in SliderJoint
439 capsule.write(getRestitutionOrthoAng(), "restitutionOrthoAng", 0f); in write()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java242 public float getRestitutionOrthoAng() { in getRestitutionOrthoAng() method in SliderJoint
243 return ((SliderConstraint) constraint).getRestitutionOrthoAng(); in getRestitutionOrthoAng()
327 …capsule.write(((SliderConstraint) constraint).getRestitutionOrthoAng(), "restitutionOrthoAng", 0f); in write()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp696 return joint->getRestitutionOrthoAng(); in Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoAng()