Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Grid(bool, int)

Declaration

public Grid(
    bool useRhombs,
    int numIterations
)

Summary

Constructs a grid consisting of Penrose tiles obtained by deflating (subdividing) a star consisting of five initial shapes.

Parameters

booluseRhombs If true, the initial shapes are Penrose.Kind.ThickRhomb tiles and the final grid will consist of those and Penrose.Kind.ThinRhomb tiles. If false, the initial shapes are Penrose.Kind.Kite tiles and the final grid will consist of those and Penrose.Kind.Dart tiles.
intnumIterations Number of deflation iterations to perform.