java.lang.Object
org.monte.media.math.MathUtils
MathUtils.- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MathUtils
public MathUtils()
-
-
Method Details
-
clamp
public static float clamp(float value, float minValue, float maxValue) -
clamp
public static double clamp(double value, double minValue, double maxValue) -
clamp
public static int clamp(int value, int minValue, int maxValue) -
clamp
public static long clamp(long value, long minValue, long maxValue)
-