Common trait for hex centre and hex side coordinate. The position of these coordinates is proportional, unlike the Hex vertices positions.
- Companion:
- object
Value members
Inherited methods
Column number for the coordinate of a tile grid.
Column number for the coordinate of a tile grid.
- Inherited from:
- TileCoord
Row number for the coordinate of a tile grid.
Row number for the coordinate of a tile grid.
- Inherited from:
- TileCoord
Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on ShowDecT type class instances.
Show with decimal precision of 0 places.
Show with decimal precision of 0 places.
- Inherited from:
- ShowDec
Show with decimal precision of 1 place padding with a zero if necessary.
Show with decimal precision of 1 place padding with a zero if necessary.
- Inherited from:
- ShowDec
Show with decimal precision of 2 places padding with zeros if necessary.
Show with decimal precision of 2 places padding with zeros if necessary.
- Inherited from:
- ShowDec
Show with decimal precision of 3 places padding with zeros if necessary.
Show with decimal precision of 3 places padding with zeros if necessary.
- Inherited from:
- ShowDec