Interface GeometricGrid

All Superinterfaces:
MapGrid
All Known Implementing Classes:
HexGrid, SquareGrid, ZonedGrid

public interface GeometricGrid extends MapGrid
A Map grid that consists of a regular tiling of shapes
  • Method Details

    • getGridShape

      Area getGridShape(Point center, int range)
      Return the Area representing a set of tiles on the grid
      Parameters:
      center - the center of the tiles
      range - the number of tiles outward from the center to include
      Returns: