04.04.2013 Views

Processing: Creative Coding and Computational Art

Processing: Creative Coding and Computational Art

Processing: Creative Coding and Computational Art

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

int xPadding = 150;<br />

int yPadding = 100;<br />

float w = (width-xPadding)/cols;<br />

float h = (height-yPadding)/rows;<br />

float colSpan = (width-cols*w)/(cols+1);<br />

float rowSpan = (height-rows*h)/(rows+1);<br />

float x;<br />

float y = rowSpan;<br />

for (int i=0; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!