Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: PentaCell(int, int, int, bool)

Declaration

public PentaCell(
    int level,
    int element,
    int rotation,
    bool isRhombus
)

Summary

Constructor.

Parameters

intlevel Describes at which level the cell is (outwards from the center).
intelement Identifies the element within one sector of a level in clockwise order.
introtation Specifies which of the five sectors within a level contains this cell.
boolisRhombus Specifies whether the cell is a pentagon (false) or a rhombus (true).