From 8af0c29615fdfe30035f2d4c3a7d2ccf06d6efa9 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 18 Nov 2017 15:16:40 +0000 Subject: New grid type: the trihexagonal tiling, or 'kagome lattice'. Regular hexagons and equilateral triangles in strict alternation, with two of each interleaved around each vertex. https://en.wikipedia.org/wiki/Trihexagonal_tiling Thanks to Michael Quevillon for the patch. --- grid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'grid.h') diff --git a/grid.h b/grid.h index 19079a4..26d0b16 100644 --- a/grid.h +++ b/grid.h @@ -100,6 +100,7 @@ typedef struct grid { A(SNUBSQUARE,snubsquare) \ A(CAIRO,cairo) \ A(GREATHEXAGONAL,greathexagonal) \ + A(KAGOME,kagome) \ A(OCTAGONAL,octagonal) \ A(KITE,kites) \ A(FLORET,floret) \ -- cgit v1.1