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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Settings.java 164 public static float maxRotationSquared = (maxRotation * maxRotation);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Island.java 350 if (rotation * rotation > Settings.maxRotationSquared) {
534 if (rotation * rotation > Settings.maxRotationSquared) {

Completed in 41 milliseconds