Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java136 public void setSoftnessDirLin(float softnessDirLin) { in setSoftnessDirLin() method in SliderJoint
137 setSoftnessDirLin(objectId, softnessDirLin); in setSoftnessDirLin()
140 private native void setSoftnessDirLin(long objectId, float value); in setSoftnessDirLin() method in SliderJoint
518 setSoftnessDirLin(softnessDirLin); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java118 public void setSoftnessDirLin(float softnessDirLin) { in setSoftnessDirLin() method in SliderJoint
119 ((SliderConstraint) constraint).setSoftnessDirLin(softnessDirLin); in setSoftnessDirLin()
406 ((SliderConstraint)constraint).setSoftnessDirLin(softnessDirLin); in read()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp200 joint->setSoftnessDirLin(value); in Java_com_jme3_bullet_joints_SliderJoint_setSoftnessDirLin()