Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<Rhombihexadel> LargeHexagon(int)

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

intsideLength Side length of the hexagon structure to produce.