List<CurvilinearCoords.Cell> |
CurvilinearCoords.getCells() |
Returns an unmodifiable list of the cells in this grid, with the i
direction varying fastest.
|
List<CurvilinearCoords.Cell> |
CurvilinearCoords.Cell.getCornerNeighbours() |
Gets the neighbours of this cell (up to four) that join this cell at
a corner.
|
List<CurvilinearCoords.Cell> |
CurvilinearCoords.Cell.getEdgeNeighbours() |
Gets the neighbours of this cell (up to four) that join this cell
along an edge.
|
List<CurvilinearCoords.Cell> |
CurvilinearCoords.Cell.getNeighbours() |
Gets the neighbours of this cell (up to eight) that join this cell at
an edge or corner.
|