Ilanit Hirnheimer: Imagen Escrita - Tarea 1.2

De Casiopea
Ilanit Hirnheimer: Imagen Escrita: Tarea 1.2: 100 Líneas


TítuloIlanit Hirnheimer: Imagen Escrita: Tarea 1.2: 100 Líneas
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 1
Período2012-2012
AsignaturaImagen Escrita 2012,
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)Ilanit Hirnheimer
ProfesorHerbert Spencer

//dos comandos distintos de lineas con cierta relacion entre ellas, para logras 100 ilneas en total

background (350, 20, 200);

for (float i = 0; i < 100; i = i+2) {
  stroke (200, 450, 150);
  line (50, 50, 90, i);  
  stroke (0, 300, 500);
  line (10, i,50, 50);
}