Class 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  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static float fastPow​(float a, float b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformMathUtils

        PlatformMathUtils()
    • Method Detail

      • fastPow

        public static final float fastPow​(float a,
                                          float b)