Class FastTrig360
java.lang.Object
zombie.util.FastTrig360
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatapproximateAtan2(float y, float x) static floatcos(float rad) static floatsin(float rad) static voidtest()
-
Constructor Details
-
FastTrig360
public FastTrig360()
-
-
Method Details
-
sin
public static float sin(float rad) -
cos
public static float cos(float rad) -
approximateAtan2
public static float approximateAtan2(float y, float x) -
test
public static void test()
-