Jeremy Opazo Espiral
De Casiopea
Título | Espiral de Fibonacci Jeremy Opazo |
---|---|
Tipo de Proyecto | Proyecto de Taller |
Palabras Clave | tarea 11 |
Asignatura | Taller Inicial 1ª y 2ª Etapa, |
Del Curso | Imagen Escrita 2012, |
Carreras | Arquitectura |
Alumno(s) | Jeremy Opazo |
float phi = (sqrt(5)+1)/2; size(500,700); background(#323171); translate(height/phi,0); scale(height); noStroke(); smooth(); for (float i=0; i<10; i++) { fill(i/100*250); rect(1,0,1,0); fill(1,340,88,100); arc(0,0,2,2,0,PI/2); scale(1/phi); rotate(PI/2); translate(1/phi,0); }