Just watch as a blue circle is slowly drawn using pen. Press space to clear the drawing. Read below if you want to learn about the math behind this project!
The Irrationality of Pi Pi is a never-ending, never-repeating number. This can be observed in this project. The outer white rod rotates pi degrees faster than the inner white rod. This means that the two white rods will never occupy the same two positions more than once. After running for long enough, the space will appear to be completely filled out. This is due to the limitation of Scratch's pen size. If zoomed in many, many times, blank spaces would still be present. The math in this remix is basically the same as the source project. I just packed it into one sprite and used clones. Update: Dec.12 - switched to placement via trig calculations rather then Move <x> Steps.