/ Published in: Processing
Sketch realizzato nel 2010 da Valentina Rachiele e Davide Homitsu Riboli per gli studenti ISIA Urbino nell'ambito del corso "Matematica per il Design.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Creo l'ambiente [esercizio valido per multipli di 3] size(180,180); background(0); fill(255,0,0); //rect(30,75,30,30); //Quadrato assoluto //rect(width/6,(height/2-height/12),width/6,width/6); //Quadrato relativo fill(0,255,0); //rect(75,75,30,30); //Quadrato assoluto //rect((width/3+width/12),(height/2-height/12),width/6,width/6); //Quadrato relativo fill(0,0,255); //rect(120,75,30,30); //Quadrato assoluto //rect((width-width/3),(height/2-height/12),width/6,width/6); //Quadrato relativo
URL: http://www.isiaurbino.net/mathema/?p=382