Complex gradient loop

for each i (or rather

    for (int x = 0; x < width; x++) {   
        for (int y = 0; y < height; y++) {

)
check the dist to all focal points using for (PVector pv : listPV) {

1 Like