Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<PentaCell> Structure(int)

Declaration

public static IEnumerable<PentaCell> Structure(
    int levels
)

Summary

Returns a set of PentaCell cells that form a symmetric structure (actually a decagon if levels is large enough).

Parameters

intlevels The number of levels to generate.