Package arc.math.geom
Interface QuadTree.QuadTreeObject
- Enclosing class:
- QuadTree<T extends QuadTree.QuadTreeObject>
public static interface QuadTree.QuadTreeObject
Represents an object in a QuadTree.
-
Method Summary
-
Method Details
-
hitbox
Fills the out parameter with this element's rough bounding box. This should never be smaller than the actual object, but may be larger.
-