|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--betir.QuickIntMath
This is a utility class that has fast integer math functions.
Constructor Summary | |
QuickIntMath()
|
Method Summary | |
static float |
Cos(int x)
|
static float |
Sin(int x)
|
static int |
Sqrt(int x)
|
static float |
Tan(int x)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QuickIntMath()
Method Detail |
public static float Sin(int x)
public static float Cos(int x)
public static float Tan(int x)
public static int Sqrt(int x)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |