Package org.jbox2d.common
Class PlatformMathUtils
- java.lang.Object
-
- org.jbox2d.common.PlatformMathUtils
-
- Direct Known Subclasses:
MathUtils
class PlatformMathUtils extends java.lang.Object
Contains methods from MathUtils that rely on JVM features. These are separated out from MathUtils so that they can be overridden when compiling for GWT.
-
-
Field Summary
Fields Modifier and Type Field Description private static float
INV_SHIFT23
private static float
SHIFT23
-
Constructor Summary
Constructors Constructor Description PlatformMathUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static float
fastPow(float a, float b)
-
-
-
Field Detail
-
SHIFT23
private static final float SHIFT23
- See Also:
- Constant Field Values
-
INV_SHIFT23
private static final float INV_SHIFT23
- See Also:
- Constant Field Values
-
-