Mark
Dow
Geek art
Simple recursive systems and fractal patterns
"And you who want to demonstrate with words ... do away with such an idea, because the more minutely you describe the more you will confuse the mind of the reader, and the more you will remove him from knowledge of the thing described; it is therefore necessary both to make a drawing of it as well as to describe it" Leonardo da Vinci, c. 1509–1512
Triangular periodic tilings
2008-11-12 While writing the one-dimensional code for a stillanimation component (for a
pinwheel "wedge" edge, EC_radial.m), this high symmetry "cone"
structure came up and I thought about how it tiles:
An overlapping square
tiling with no gap,
smooth square-profile "teeth" and matching the pattern on the diagonal
and vertical boundaries. The result is a triangular tiling with edge
matching that corresponds with various periodic colorings.
What are the matching conditions, which correspond with periodic triangular colorings?
2:2:3 tilings
The simplest of this class of motifs has boundaries
that split two edges into two equal parts (a boundary bisects the
edges) and two boundaries split the third into three parts (a
bilaterally symmetric split, but not necessarily equal divisions). A
simple motif of this type uses straight segments as boundaries:

|
|
|
| Base motif |
...and its color inverse |
|
Periodic tilings with matching (color) boundaries:

|
|
 |
| Periodic stripe tiling, three possible orientations. |
Star tiling, using just one prototile |
Star with stripe surround tiling |

|
|
 |
| Key frieze tiling, two unique column offsets. |
Key frieze tiling, two unique column offsets. |
Radial tiling (concentric triangles). Not strictly periodic, it is a piece-wise periodic trisection of plane. |
And a few notable mixed matching and anti-matching tilings:

|
 |
|
| Checker tiling |
A variation on the key frieze above. |
Star alternating tiling, with every boundary anti-matched. |
Mixed symmetries
This is a 5:3 division example, that is periodic in the third
dimension (time in the animation below). It is a 3-color tiling of triangular or diamond
prisms. The pattern is particularly simple, but each frame consists of curved boundaries and continuities that mask
the simple structure.
MATLAB command to generate a single triangular element (see header and hardcoding to generate the three required elements):
Programs and code
MATLAB code used to generate the Mixed symmetries motifs. See Mixed symmetries notes for construction and program details:
Each x/t plane of Mixed symmetries can be generated with:
-----------------------------------
There are no restrictions on use of
the images/animations on this page. Claiming to be the originator of the material,
explicitly or implicitly, is bad karma. A link (if appropriate), a note to dow[at]uoregon.edu, and credit are appreciated but not required.
Comments are welcome (dow[at]uoregon.edu).