Class BlockIterator.FastMath

java.lang.Object
com.hypixel.hytale.math.iterator.BlockIterator.FastMath
Enclosing class:
BlockIterator

static class BlockIterator.FastMath extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final double
     
    (package private) static final double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static double
    abs(double x)
     
    (package private) static boolean
    eq(double a, double b)
     
    (package private) static long
    fastFloor(double x)
     
    (package private) static boolean
    gEq(double a, double b)
     
    (package private) static boolean
    sEq(double a, double b)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • FastMath

      FastMath()
  • Method Details

    • eq

      static boolean eq(double a, double b)
    • sEq

      static boolean sEq(double a, double b)
    • gEq

      static boolean gEq(double a, double b)
    • abs

      static double abs(double x)
    • fastFloor

      static long fastFloor(double x)