Class FastTrig
java.lang.Object
zombie.core.FastTrig
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FastTrig
public FastTrig()
-
-
Method Details
-
cos
public static double cos(double radians) get the cosine of an angle- Parameters:
radians
- The angle- Returns:
- The cosine of the angle
-
sin
public static double sin(double radians) get the sine of an angle- Parameters:
radians
- The angle- Returns:
- The sine of the angle
-