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
FieldsModifier and TypeFieldDescriptionprivate static final float
private static final float
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SHIFT23
private static final float SHIFT23- See Also:
-
INV_SHIFT23
private static final float INV_SHIFT23- See Also:
-
-
Constructor Details
-
PlatformMathUtils
PlatformMathUtils()
-
-
Method Details
-
fastPow
public static final float fastPow(float a, float b)
-