Class CachedMathMan

java.lang.Object
com.fastasyncworldedit.core.util.CachedMathMan

public class CachedMathMan extends Object
  • 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)