OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxRotation
(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
163
public static float
maxRotation
= (0.5f * PI);
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
351
float ratio = Settings.
maxRotation
/ MathUtils.abs(rotation);
535
float ratio = Settings.
maxRotation
/ MathUtils.abs(rotation);
Completed in 37 milliseconds