Package arc.math.geom

Interface IntQuadTree.IntQuadTreeProvider

Enclosing class:
IntQuadTree

public static interface IntQuadTree.IntQuadTreeProvider
Represents an object in a QuadTree.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    hitbox(int object, Rect out)
    Fills the out parameter with this element's rough bounding box.
  • Method Details

    • hitbox

      void hitbox(int object, Rect out)
      Fills the out parameter with this element's rough bounding box. This should never be smaller than the actual object, but may be larger.