Class GridIterator

java.lang.Object
com.github.yellowstonegames.grid.GridIterator
All Implemented Interfaces:
Iterator<Coord>
Direct Known Subclasses:
GridIterator.CenteredSquare, GridIterator.SquareSpiral, GridIterator.VerticalUp

@Beta public abstract class GridIterator extends Object implements Iterator<Coord>
  • Field Details

    • width

      public int width
    • height

      public int height
  • Constructor Details

    • GridIterator

      public GridIterator()