//charles valla- //space packing 02 int POLY_TYPE = 3; int N = 7; int NUM_CIRCLES = POLY_TYPE*N; int DIA_CIRCLES = 50; circle[] nCircle; polynomino nPoly; void setup(){ size (500,500); background (0); fill (255,100); smooth(); ellipseMode(CENTER); nPoly = new polynomino(); nCircle = new circle[NUM_CIRCLES]; for (int i=0; i width-DIA_CIRCLES/2){ x = x - 1; } if ( y > height-DIA_CIRCLES/2){ y = y - 1; } } } void links (){ float d; for (int i=0; i