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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java 66 Vector3f angularUpperLimit = new Vector3f(Vector3f.POSITIVE_INFINITY);
150 angularUpperLimit.set(vector);
174 setAngularUpperLimit((Vector3f) capsule.readSavable("angularUpperLimit", new Vector3f(Vector3f.POSITIVE_INFINITY)));
204 capsule.write(angularUpperLimit, "angularUpperLimit", new Vector3f(Vector3f.POSITIVE_INFINITY));
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SixDofJoint.java 66 private Vector3f angularUpperLimit = new Vector3f(Vector3f.POSITIVE_INFINITY);
150 angularUpperLimit.set(vector);
172 setAngularUpperLimit((Vector3f) capsule.readSavable("angularUpperLimit", new Vector3f(Vector3f.POSITIVE_INFINITY)));
202 capsule.write(angularUpperLimit, "angularUpperLimit", new Vector3f(Vector3f.POSITIVE_INFINITY));

Completed in 483 milliseconds