Recursion2

From CodeStuff
Revision as of 09:29, 13 August 2015 by Lerc (Talk | contribs) (Created page with "<edcode> function ourLine(start,end) { drawLine(start.x,start.y,end.x,end.y); } function middle(start,end) { return {x : (start.x+end.x)/2, y: (start.y+end.y)/2}; } fu...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search