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...")