Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java328 public void setRestitutionOrthoAng(float restitutionOrthoAng) { in setRestitutionOrthoAng() method in SliderJoint
329 setRestitutionOrthoAng(objectId, restitutionOrthoAng); in setRestitutionOrthoAng()
332 private native void setRestitutionOrthoAng(long objectId, float value); in setRestitutionOrthoAng() method in SliderJoint
514 setRestitutionOrthoAng(restitutionOrthoAng); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java246 public void setRestitutionOrthoAng(float restitutionOrthoAng) { in setRestitutionOrthoAng() method in SliderJoint
247 ((SliderConstraint) constraint).setRestitutionOrthoAng(restitutionOrthoAng); in setRestitutionOrthoAng()
402 ((SliderConstraint)constraint).setRestitutionOrthoAng(restitutionOrthoAng); in read()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp712 joint->setRestitutionOrthoAng(value); in Java_com_jme3_bullet_joints_SliderJoint_setRestitutionOrthoAng()