A grid of Squares. A regular rectangle of squares.
- Companion:
- object
Document{}
The bottom, lowest or minimum Side Row of this TileGrid. The r value, the row number value.
The bottom, lowest or minimum Side Row of this TileGrid. The r value, the row number value.
- Inherited from:
- TGrid
Foreachs over each Row of Sides. Users will not normally need to use this method directly.
Foreachs over each Row of Sides. Users will not normally need to use this method directly.
- Inherited from:
- TGrid
This gives the all tile grid lines in a single colour and line width.
This gives the all tile grid lines in a single colour and line width.
- Inherited from:
- TGrid
The top, highest or maximum Side Row of this TileGrid. The r value, the row number.
The top, highest or maximum Side Row of this TileGrid. The r value, the row number.
- Inherited from:
- TGrid
Value members
Concrete methods
Maps over the SqCen hex centre tile coordinates. B is used rather than A as a type parameter, as this method maps from HCen => B, corresponding to the standard Scala map function of A => B.
Maps over the SqCen hex centre tile coordinates. B is used rather than A as a type parameter, as this method maps from HCen => B, corresponding to the standard Scala map function of A => B.
Creates a new HCenArrOfBuff An [[HCen] hex tile centre corresponding Arr of empty ArrayBuffers of the given or inferred type.
Creates a new HCenArrOfBuff An [[HCen] hex tile centre corresponding Arr of empty ArrayBuffers of the given or inferred type.
The total number of Tiles in the tile Grid.
The total number of Tiles in the tile Grid.
- Definition Classes
Boolean. True if the HCen hex centre exists in this hex grid.
Boolean. True if the HCen hex centre exists in this hex grid.
Inherited methods
The centre of the hex grid in terms of c column coordinates.
The centre of the hex grid in terms of c column coordinates.
- Inherited from:
- TGrid
The centre point as a Vec2. Not sure why this id implemented here.
The centre point as a Vec2. Not sure why this id implemented here.
- Inherited from:
- TGrid
flatMaps over each row number.
flatMaps over each row number.
- Inherited from:
- TGrid
The centre of the hex grid in terms of r row coordinates.
The centre of the hex grid in terms of r row coordinates.
- Inherited from:
- TGrid
Gives the text graphics for the row and column of each tile centre.
Gives the text graphics for the row and column of each tile centre.
- Inherited from:
- TGrid
The bottom or lowest tile side row, r coordinate.
The bottom or lowest tile side row, r coordinate.
- Inherited from:
- TGrid
The top of highest tile side row, r coordinate.
The top of highest tile side row, r coordinate.
- Inherited from:
- TGrid