Package com.fastasyncworldedit.core.util
Class CachedMathMan
java.lang.Object
com.fastasyncworldedit.core.util.CachedMathMan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static float
atan2
(float i, float j) protected static float
cosInexact
(double paramFloat) protected static float
sinInexact
(double paramFloat) protected static int
usqrt
(int i) Optimized for i elem 0,65536 (characters).
-
Constructor Details
-
CachedMathMan
public CachedMathMan()
-
-
Method Details
-
usqrt
protected static int usqrt(int i) Optimized for i elem 0,65536 (characters).- Returns:
- square root
-
sinInexact
protected static float sinInexact(double paramFloat) -
cosInexact
protected static float cosInexact(double paramFloat) -
atan2
protected static float atan2(float i, float j)
-