This is the complete list of members for sprites.maths.FastMath, including all inherited members.
abs(final int x) | sprites.maths.FastMath | static |
abs(final long x) | sprites.maths.FastMath | static |
abs(final float x) | sprites.maths.FastMath | static |
abs(double x) | sprites.maths.FastMath | static |
acos(double x) | sprites.maths.FastMath | static |
acosh(final double a) | sprites.maths.FastMath | static |
asin(double x) | sprites.maths.FastMath | static |
asinh(double a) | sprites.maths.FastMath | static |
atan(double x) | sprites.maths.FastMath | static |
atan2(double y, double x) | sprites.maths.FastMath | static |
atanh(double a) | sprites.maths.FastMath | static |
cbrt(double x) | sprites.maths.FastMath | static |
ceil(double x) | sprites.maths.FastMath | static |
copySign(double magnitude, double sign) | sprites.maths.FastMath | static |
copySign(float magnitude, float sign) | sprites.maths.FastMath | static |
cos(double x) | sprites.maths.FastMath | static |
cosh(double x) | sprites.maths.FastMath | static |
E | sprites.maths.FastMath | static |
exp(double x) | sprites.maths.FastMath | static |
expm1(double x) | sprites.maths.FastMath | static |
floor(double x) | sprites.maths.FastMath | static |
getExponent(final double d) | sprites.maths.FastMath | static |
getExponent(final float f) | sprites.maths.FastMath | static |
hypot(final double x, final double y) | sprites.maths.FastMath | static |
IEEEremainder(double dividend, double divisor) | sprites.maths.FastMath | static |
log(final double x) | sprites.maths.FastMath | static |
log10(final double x) | sprites.maths.FastMath | static |
log1p(final double x) | sprites.maths.FastMath | static |
max(final int a, final int b) | sprites.maths.FastMath | static |
max(final long a, final long b) | sprites.maths.FastMath | static |
max(final float a, final float b) | sprites.maths.FastMath | static |
max(final double a, final double b) | sprites.maths.FastMath | static |
min(final int a, final int b) | sprites.maths.FastMath | static |
min(final long a, final long b) | sprites.maths.FastMath | static |
min(final float a, final float b) | sprites.maths.FastMath | static |
min(final double a, final double b) | sprites.maths.FastMath | static |
nextAfter(double d, double direction) | sprites.maths.FastMath | static |
nextAfter(final float f, final double direction) | sprites.maths.FastMath | static |
nextUp(final double a) | sprites.maths.FastMath | static |
nextUp(final float a) | sprites.maths.FastMath | static |
PI | sprites.maths.FastMath | static |
pow(double x, double y) | sprites.maths.FastMath | static |
random() | sprites.maths.FastMath | static |
rint(double x) | sprites.maths.FastMath | static |
round(double x) | sprites.maths.FastMath | static |
round(final float x) | sprites.maths.FastMath | static |
SAFE_MIN | sprites.maths.FastMath | static |
scalb(final double d, final int n) | sprites.maths.FastMath | static |
scalb(final float f, final int n) | sprites.maths.FastMath | static |
signum(final double a) | sprites.maths.FastMath | static |
signum(final float a) | sprites.maths.FastMath | static |
sin(double x) | sprites.maths.FastMath | static |
sinh(double x) | sprites.maths.FastMath | static |
sqrt(final double a) | sprites.maths.FastMath | static |
tan(double x) | sprites.maths.FastMath | static |
tanh(double x) | sprites.maths.FastMath | static |
toDegrees(double x) | sprites.maths.FastMath | static |
toRadians(double x) | sprites.maths.FastMath | static |
ulp(double x) | sprites.maths.FastMath | static |
ulp(float x) | sprites.maths.FastMath | static |