Class SquidIterators.BottomLeftToTopRight

java.lang.Object
squidpony.squidgrid.iterator.SquidIterators.BottomLeftToTopRight
All Implemented Interfaces:
Iterator<Coord>, SquidIterator
Enclosing class:
SquidIterators

public static class SquidIterators.BottomLeftToTopRight
extends Object
implements SquidIterator
Iterator that starts from the bottom left element of the grid, to the top right.
Author:
smelC