public class MathHelper
extends java.lang.Object
Constructor and Description |
---|
MathHelper() |
Modifier and Type | Method and Description |
---|---|
static double |
abs_max(double d,
double d1) |
static float |
abs(float f) |
static int |
bucketInt(int i,
int j) |
static float |
cos(float f) |
static int |
floor_double(double d) |
static int |
floor_float(float f) |
static float |
sin(float f) |
static float |
sqrt_double(double d) |
static float |
sqrt_float(float f) |
static boolean |
stringNullOrLengthZero(java.lang.String s) |
public static final float sin(float f)
public static final float cos(float f)
public static final float sqrt_float(float f)
public static final float sqrt_double(double d)
public static int floor_float(float f)
public static int floor_double(double d)
public static float abs(float f)
public static double abs_max(double d, double d1)
public static int bucketInt(int i, int j)
public static boolean stringNullOrLengthZero(java.lang.String s)