POV-Ray : Newsgroups : povray.binaries.images : penrose tiles and sphere(180K?) : Re: penrose tiles and sphere(180K?) Server Time
1 Oct 2024 20:21:41 EDT (-0400)
  Re: penrose tiles and sphere(180K?)  
From: Christoph Hormann
Date: 18 Jul 2000 14:57:53
Message: <3974A8B2.CB19171E@schunter.etc.tu-bs.de>
Jamie Davison wrote:
> 
[...]
> 
> I thought that the whole point of penrose tiling was that there *was* no
> pattern, that you could fling the tiles together almost randomly and
> still get them to tesselate...
> 
> I could easily be wrong though.
> 
> Bye for now,
>      Jamie.

IIRC, penrose tilings have a nonperiodic structure, but they are based on very
simple rules, for example fractint describes penrose tiling with the following
L-System:

Penrose1 {
  Angle 10
  Axiom +WF--XF---YF--ZF
  W=YF++ZF----XF[-YF----WF]++
  X=+YF--ZF[---WF--XF]+
  Y=-WF++XF[+++YF++ZF]-
  Z=--YF++++WF[+ZF++++XF]--XF
  F=
}

So there is only one unique penrose tiling, and changing any element, even if
the tiling stays complete, would no more be a real penrose :-)

Christoph

--
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.