Searched refs:getSoftnessDirAng (Results 1 – 3 of 3) sorted by relevance
166 public float getSoftnessDirAng() { in getSoftnessDirAng() method in SliderJoint167 return getSoftnessDirAng(objectId); in getSoftnessDirAng()170 private native float getSoftnessDirAng(long objectId); in getSoftnessDirAng() method in SliderJoint442 capsule.write(getSoftnessDirAng(), "softnessDirAng", 0f); in write()
138 public float getSoftnessDirAng() { in getSoftnessDirAng() method in SliderJoint139 return ((SliderConstraint) constraint).getSoftnessDirAng(); in getSoftnessDirAng()330 capsule.write(((SliderConstraint) constraint).getSoftnessDirAng(), "softnessDirAng", 0f); in write()
280 return joint->getSoftnessDirAng(); in Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirAng()