Class MathUtil
- java.lang.Object
-
- net.eternalclient.api.internal.mouse.naturalmouse.util.MathUtil
-
public class MathUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
roundTowards(double value, int target)
Rounds value towards target to exact integer value.
-