Mayo 2012
28 publicaciones nuevas
intothecontinuum:
This video shows continuous variation in angle (from 0 to Pi) of the connect-the-dots algorithm while keeping all other parameters fixed. Each instant is a valid 2-coloring.
Music: “Derbyshire” by Nerve
Mathematica code:
Manipulate[ ImageCrop[ Graphics[ GraphicsComplex[ Table[ {-(.96)^n*Sin[n*.001 f], .96^n*Cos[n*.001 f]}, {n, 0, 300}], ...