Dear Diary: I was on the southbound 6 train in the Bronx. A well-dressed man sitting across from me was drawing with a pencil in a large, spiral-bound sketchbook. A young boy carrying a box of ...
void symmetricPixels (int x, int y, int xc, int yc, float r, float g, float b) { drawDot (xc + x, yc + y, r,g,b); drawDot (xc - x, yc + y,r,g,b); drawDot (xc + x, yc ...