Package gg.xp.util

Class MathUtils

java.lang.Object
gg.xp.util.MathUtils

public final class MathUtils extends Object
  • Method Details

    • closeTo

      public static boolean closeTo(double first, double second, double error)
    • closeTo

      public static boolean closeTo(float first, float second, float error)