// occludingEdge_001 // by Phil Ayres // Two classes of occluding figures with differing attributes. // 25 October 2006 // Adapted from the 'Brownian motion' example by REAS int num = 2000; int num2 = 2000; int lowRange = 15; int upRange = 25; int radius = 20; float[] ellR = new float[num]; float[] ax = new float[num]; float[] ay = new float[num]; float[] ellR2 = new float[num2]; float[] bx = new float[num2]; float[] by = new float[num2]; void setup() { size(400, 300); for(int i=0; i