100 lineas, Catalina Morales
De Casiopea
Título | 100 lineas, Catalina Morales |
---|---|
Tipo de Proyecto | Proyecto de Curso |
Período | 2012-2012 |
Asignatura | Imagen Escrita 2012, |
Del Curso | Imagen Escrita 2012, |
Carreras | 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. |
Alumno(s) | Catalina Morales |
Profesor | Herbert Spencer |
void setup() {
size(700, 700); background(230);
for (int i = 0; i < 1001; i = i+10) line(11, 400,200, i);
}