Package host.anzo.commons.utils
Class MathUtils
java.lang.Object
host.anzo.commons.utils.MathUtils
- Since:
- 9/11/2024
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MathUtils
public MathUtils()
-
-
Method Details
-
clamp
public static int clamp(int value, int min, int max) -
clamp
public static long clamp(long value, long min, long max) -
clamp
public static double clamp(double value, double min, double max) -
clamp
public static float clamp(float value, float min, float max)
-