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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 130 public float getSoftnessDirLin() {
131 return getSoftnessDirLin(objectId);
134 private native float getSoftnessDirLin(long objectId);
443 capsule.write(getSoftnessDirLin(), "softnessDirLin", 0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 114 public float getSoftnessDirLin() {
115 return ((SliderConstraint) constraint).getSoftnessDirLin();
331 capsule.write(((SliderConstraint) constraint).getSoftnessDirLin(), "softnessDirLin", 0f);

Completed in 49 milliseconds