Class FastMath
java.lang.Object
ua.mcchickenstudio.opencreative.utils.millennium.math.FastMath
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FastMath
public FastMath()
-
-
Method Details
-
sin
public static float sin(float value) -
cos
public static float cos(float value) -
fastCos
public static float fastCos(float value) -
floor
public static int floor(double value)
-