java.lang.Object
com.hypixel.hytale.builtin.portals.utils.spatial.OctTree<T>

public class OctTree<T> extends Object
  • Field Details

  • Constructor Details

    • OctTree

      public OctTree(double inradius)
    • OctTree

      public OctTree(Box boundary)
    • OctTree

      public OctTree(Box boundary, int nodeCapacity)
  • Method Details