HexGet
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- HexGet.type
Members list
Value members
Concrete methods
Produces grid of hexs. The actual X coordinates will be multiplied by factor of 2 the y coordinates by factor of 2. if upperX is less than lowerX or upperY is less than lower Y the Gird will be empty. If lowerX == upperX and lowerY == UpperY and one of x and y are odd the grid will be empty
Produces grid of hexs. The actual X coordinates will be multiplied by factor of 2 the y coordinates by factor of 2. if upperX is less than lowerX or upperY is less than lower Y the Gird will be empty. If lowerX == upperX and lowerY == UpperY and one of x and y are odd the grid will be empty
Attributes
Alternative Hex Grid rows -2, 1; 2, 1; 6, 1;
Alternative Hex Grid rows -2, 1; 2, 1; 6, 1;
Attributes
Hex Grid rows for coordinates: -2, 2; 2; 2; 6, 2; -2, 6; 2, 6; 6, 6
Hex Grid rows for coordinates: -2, 2; 2; 2; 6, 2; -2, 6; 2, 6; 6, 6
Attributes
Alternative Hex Grid rows -2, 3; 2, 3; 6, 3;
Alternative Hex Grid rows -2, 3; 2, 3; 6, 3;
Attributes
Hex Grid rows for coordinates: -2, 4; 2; 4; 6, 4; -2, 8; 2, 8; 6, 8
Hex Grid rows for coordinates: -2, 4; 2; 4; 6, 4; -2, 8; 2, 8; 6, 8