From e37d915f447e02b52236cee454dfe68749c6d876 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 23 Apr 2017 07:41:46 +0100 Subject: New Loopy tiling: 'Great Great Dodecagonal'. Officially known as the '3-4-6-12 tiling', according to, e.g., https://en.wikipedia.org/wiki/3-4-6-12_tiling . Thanks to Michael Quevillon for contributing this patch (and for choosing a less hard-to-remember name for the tiling :-). --- grid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'grid.h') diff --git a/grid.h b/grid.h index 17d0aa1..fb8ac48 100644 --- a/grid.h +++ b/grid.h @@ -105,6 +105,7 @@ typedef struct grid { A(FLORET,floret) \ A(DODECAGONAL,dodecagonal) \ A(GREATDODECAGONAL,greatdodecagonal) \ + A(GREATGREATDODECAGONAL,greatgreatdodecagonal) \ A(PENROSE_P2,penrose_p2_kite) \ A(PENROSE_P3,penrose_p3_thick) -- cgit v1.1