Declaration
public Grid(
int sideLength
)
Summary
Constructs a
Rhombihexadel grid that forms a larger hexagonal structure in which every
hexagon is fully surrounded by all its neighboring squares and tris.
Parameters
int | sideLength |
Side length of the hexagon structure to produce. |