void setup() {
size(200,200);
background(255);
int i;
int x;
}

void draw() {
  for ( i=20; i <= 180; i = i + 10) {
    for ( x=20; x <=180; x = x + 7) {
      if(x=x+5){
        line(i,x,i+(x*0.04),x);
    }
    
    }
    }
    }
    
    
 
    
                
                                

code

tweaks (0)

about this sketch

This sketch is running in HTML5 using Processingjs.

license

advertisement


poram kim

04

Add to Faves Me Likey@! 1
You must login/register to add this sketch to your favorites.

예제 04번이에요~

You need to login/register to comment.