Package 

Class MathUtils


  • 
    public final class MathUtils
    
                        

    A minimal math utility class.

    • Method Summary

      Modifier and Type Method Description
      static float hashFloat(float x, float in, float in2, float out, float out2) hashFloat.
      static int hashInt(int x, int in, int in2, int out, int out2) hashInt.
      • Methods inherited from class java.lang.Object

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

      • hashFloat

         static float hashFloat(float x, float in, float in2, float out, float out2)

        hashFloat.

        Parameters:
        x - a float.
        in - a float.
        in2 - a float.
        out - a float.
        out2 - a float.
      • hashInt

         static int hashInt(int x, int in, int in2, int out, int out2)

        hashInt.

        Parameters:
        x - a int.
        in - a int.
        in2 - a int.
        out - a int.
        out2 - a int.