Declaration
public static IEnumerable<Rhombihexadel> LargeHexagon(
int sideLength
)
Summary
Returns a collection of
Rhombihexadel tiles that form 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. |