HomeSort by relevance Sort by last modified time
    Searched defs:getSoftnessDirAng (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 166 public float getSoftnessDirAng() {
167 return getSoftnessDirAng(objectId);
170 private native float getSoftnessDirAng(long objectId);
442 capsule.write(getSoftnessDirAng(), "softnessDirAng", 0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 138 public float getSoftnessDirAng() {
139 return ((SliderConstraint) constraint).getSoftnessDirAng();
330 capsule.write(((SliderConstraint) constraint).getSoftnessDirAng(), "softnessDirAng", 0f);

Completed in 91 milliseconds