-
-
Constructor Summary
Constructors
| Constructor and Description |
FastMath() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static double |
atan2(double y,
double x) |
static double |
exp(double val) |
static double |
fastCos(double theta) |
static double |
fastCos0(double theta) |
static double |
fastSin(double theta) |
static double |
fastSin0(double theta) |
static double |
fastSqrt(double a) |
static double |
floor(double value) |
static float |
floor(float value) |
static double |
log(double x) |
static double |
pow(double a,
double b) |
static double |
sqrt(double a) |
static double |
wrap(double angle) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FastMath
public FastMath()
Copyright © 2014. All rights reserved.