aboutsummaryrefslogtreecommitdiff
path: root/grid.h
diff options
context:
space:
mode:
authorMichael Quevillon <mquevill@nd.edu>2019-05-28 00:19:33 -0400
committerSimon Tatham <anakin@pobox.com>2021-04-22 06:24:23 +0100
commit56ef86f92b77412bfe27d7206d25b323475e71fe (patch)
tree18260c2f9996a6f583d9a8797b488a5d0380d541 /grid.h
parent3cf0a3b7b0df12a21b705564aecbaa269f856e0e (diff)
downloadpuzzles-56ef86f92b77412bfe27d7206d25b323475e71fe.zip
puzzles-56ef86f92b77412bfe27d7206d25b323475e71fe.tar.gz
puzzles-56ef86f92b77412bfe27d7206d25b323475e71fe.tar.bz2
puzzles-56ef86f92b77412bfe27d7206d25b323475e71fe.tar.xz
New grid type: compass dodecagonal
A grid based on dodecagons with square symmetry. In between dodecagons there are 4 triangles around 1 square, which resembles a compass rose. https://en.wikipedia.org/wiki/3-4-3-12_tiling
Diffstat (limited to 'grid.h')
-rw-r--r--grid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grid.h b/grid.h
index 7ca3ff1..57c739d 100644
--- a/grid.h
+++ b/grid.h
@@ -107,6 +107,7 @@ typedef struct grid {
A(DODECAGONAL,dodecagonal) \
A(GREATDODECAGONAL,greatdodecagonal) \
A(GREATGREATDODECAGONAL,greatgreatdodecagonal) \
+ A(COMPASSDODECAGONAL,compassdodecagonal) \
A(PENROSE_P2,penrose_p2_kite) \
A(PENROSE_P3,penrose_p3_thick)