Interface Rectangle

All Superinterfaces:
Iterable<Coord>, Serializable, Zone
All Known Implementing Classes:
Rectangle.Impl

public interface Rectangle
extends Zone
Rectangles in 2D grids. Checkout Rectangle.Utils for utility methods.
Author:
smelC
See Also:
How to find rectangles in a dungeon