Trying to understand how the Voronoi Diagrams work I did a test generating the Voronoi diagram of the points obtained from The Chaos Game algorithm when it is applied to a $3$-gon. The result is a set of points part of the Sierpinski attractor, the Voronoi cells and the vertices of each cell.
This is a little animation of the first 200 steps of The Chaos Game for a $3$-gon and how the Voronoi diagram is generated:
And this is how it looks like a Voronoi Diagram applied to TCG after $2000$ steps:
Update 2016/01/25: as suggested by @Mark McClure in the comments, here is the result of the Voronoi diagram applied directly to the Sierpinski gasket (recursion level $6$).
I would like to ask the following question:
If the Voronoi diagram is using the Sierpinski attractor points as the seeds or generators of each cell, are the vertices then a kind of attractor as well?
I was not able to find papers or references about this kind of test (obtaining the Voronoi diagram of an attractor). Are there any papers or references?
For what other attractors would be interesting to obtain a Voronoi diagram? (I am working currently in a TCG $4$-gon algorithm, I will try to add the results in some days)
I am asking this because the vertices are partitioning the space according to the Sierpinski attractor, so I wonder if they will inherit some properties of the attractor (like being an attractor itself, or some special orientation of the Voronoi poles, etc.).
Thank you!