Package org.jbox2d.common
Class PlatformMathUtils
- java.lang.Object
-
- org.jbox2d.common.PlatformMathUtils
-
- Direct Known Subclasses:
MathUtils
class PlatformMathUtils extends java.lang.Object
A GWT-compatible implementation of the platform math utilities.
-
-
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)
-