public class MathUtil
extends java.lang.Object
Constructor and Description |
---|
MathUtil() |
Modifier and Type | Method and Description |
---|---|
static double |
getDistance(float x1,
float y1,
float x2,
float y2) |
static double |
getDistanceSquared(float x1,
float y1,
float x2,
float y2) |