Figura Imposible
*
size(700, 1000);
PImage b;
b = loadImage(“fondoc.jpg”);
background(b);
stroke(300, 300, 300);
line(100, 200, 600, 200);
line(100, 200, 100, 600);
line(100, 600, 600, 600);
line(200, 500, 600, 500);
line(200, 500, 200, 300);
line(200, 300, 600, 300);
line(200, 500, 250, 400);
line(250, 400, 600, 400);
line(250, 400, 250, 300);
line(100, 200, 150, 100);
line(150, 100, 600, 100);
*
ellipseMode(TOP);
fill(0, 0, 50, 0);
ellipse(575, 100, 50, 100);
ellipse(575, 300, 50, 100);
ellipse(575, 500, 50, 100);
//*
LAB /Codigo Processing Dibujo