Francisca Romero, tarea 11, imagen escrita

De Casiopea
La versión para imprimir ya no se admite y puede contener errores de representación. Actualiza los marcadores del navegador y utiliza en su lugar la función de impresión predeterminada del navegador.
Francisca Romero, tarea 11, Imagen Escrita



TítuloFrancisca Romero, tarea 11, Imagen Escrita
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 11
Del CursoImagen Escrita 2012,
CarrerasDiseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Francisca Romero Bugueño
ProfesorHerbert Spencer

float phi = (sqrt(5)+1)/2; color start=color(0, 0, 0); color finish;

size(816, 500); stroke(start); background (random(255), random(255), random(255));


translate(height/phi, 0); scale(height); noStroke(); smooth();


for (float i=0; i<40; i=i+2) {

 rect(1, 1, 0, 0);
 arc(0, 0, 2, 1, 0, PI/2);
 scale(1/phi);
 rotate(PI/2);
 translate(1/phi, 0);

}