MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577405.py

File recipe-577405.py

recipes/Python/577405_Penrose_Tiler/recipe-577405.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This progam creates a non periodic tiling of the plane using 'Penrose tiles',
2# wich were invented by Roger Penrose.
3# Each time it runs it will generate a new random pattern.
4# There are an infinite number of them.

Callers

nothing calls this directly

Calls 15

sqrtFunction · 0.85
sinFunction · 0.85
cosFunction · 0.85
randomFunction · 0.85
kiteClass · 0.85
dartClass · 0.85
rangeFunction · 0.85
NodeObjectClass · 0.85
FillPlaneFunction · 0.85
NewTagFunction · 0.85
PauseMessageFunction · 0.85
drawOutlineMethod · 0.80

Tested by

no test coverage detected