Total circles area: Difference between revisions

m
→‎optimized: changed whitespace.
(→‎optimized: optimized for faster grid calculations.)
m (→‎optimized: changed whitespace.)
Line 2,616:
 
dx= (maxX-minX) / box; dy= (maxY-minY) / box /*compute the DX and DY values*/
do z=0 for boxen; rowDY.z= z * dy; colDX.z= z * dx
end /*z*/
w= length(circles) /*W: used for aligning output. */