10000 líneas Trinidad Valenzuela

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.


Título10000 líneas=
Tipo de ProyectoProyecto de Curso
Período2012-
AsignaturaImagen Escrita 2012,
Del Curso1º Diseño 2012,
CarrerasArquitectura, Diseñ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.
ProfesorHerbert Spencer

size(700,700); background (230); for (int i=0; i<25000; i=i+10){

 line(i,350,600,0);
 line(900,i,0,0);
 line(700,0,i,700);
 line(800,0,i,900);

}