Enum TileSymmetry
Specifies the way in which a tile can be symmetric. The letters are chosen that they have the letter itself has the symmetry group it represents.
Namespace: DeBroglie.Rot
Assembly: DeBroglie.dll
Syntax
public enum TileSymmetry
Fields
| Name | Description |
|---|---|
| Cyclic | Any rotation, but no reflection. There's no keyboard symbol that corresponds to this! |
| E | Reflectable on x-axis |
| F | No symmetry |
| I | Reflectable on x-axis and y-axis |
| L | Reflectable on one diagonal |
| N | Can rotate 180 degrees |
| None | |
| Q | Reflectable on other diagonal |
| Slash | Reflectable on both diagonals. |
| T | Reflectable on y-axis |
| X | Fully symmetric |