Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSliderJoint.java166 public float getSoftnessDirAng() { in getSoftnessDirAng() method in SliderJoint
167 return getSoftnessDirAng(objectId); in getSoftnessDirAng()
170 private native float getSoftnessDirAng(long objectId); in getSoftnessDirAng() method in SliderJoint
442 capsule.write(getSoftnessDirAng(), "softnessDirAng", 0f); in write()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSliderJoint.java138 public float getSoftnessDirAng() { in getSoftnessDirAng() method in SliderJoint
139 return ((SliderConstraint) constraint).getSoftnessDirAng(); in getSoftnessDirAng()
330 capsule.write(((SliderConstraint) constraint).getSoftnessDirAng(), "softnessDirAng", 0f); in write()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp280 return joint->getSoftnessDirAng(); in Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirAng()