Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Grid(int)

Declaration

public Grid(
    int levels
)

Summary

Constructs a PentaCell.Grid that forms a symmetric structure (actually a decagon if levels is large enough).

Parameters

intlevels The number of levels to generate.