Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<Kite> LargeHexagon(int)

  • Declared in: RT.Coordinates.Kite

Declaration

public static IEnumerable<Kite> LargeHexagon(
    int sideLength
)

Summary

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

Parameters

intsideLength Side length of the hexagon structure to produce.