Package gg.xp.util
Class MathUtils
java.lang.Object
gg.xp.util.MathUtils
-
Method Summary
-
Method Details
-
closeTo
public static boolean closeTo(double first, double second, double error) -
closeTo
public static boolean closeTo(float first, float second, float error)
-