Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<Rhomb> LargeHexagon(int)

  • Declared in: RT.Coordinates.Rhomb

Declaration

public static IEnumerable<Rhomb> LargeHexagon(
    int sideLength
)

Summary

Returns a collection of Rhomb tiles that form a larger hexagonal structure.

Parameters

intsideLength Side length of the hexagon structure to produce.