public class MathUtil
extends java.lang.Object
| Constructor and Description |
|---|
MathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static float |
clamp(float value,
float min,
float max) |
static int |
clamp(int value,
int min,
int max) |