public class MathUtils
extends java.lang.Object
| Constructor and Description |
|---|
MathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
limitation(double v,
double min,
double max) |
static double |
max(double a,
double b) |
static double |
max(double a,
double b,
double c) |