Value members
Concrete methods
Returns a coordinate for this hex along with a step to an adjacent hex.
Returns a coordinate for this hex along with a step to an adjacent hex.
Optionally returns the Step value of the HCen if it is an adjacent HCen else returns the safe null value.
Optionally returns the Step value of the HCen if it is an adjacent HCen else returns the safe null value.
The polygon of this hex tile if it is part of a regular grid.
The polygon of this hex tile if it is part of a regular grid.
Step to adjacent hex tile. Will throw exception on illegal value.
Step to adjacent hex tile. Will throw exception on illegal value.
Inherited methods
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