6.837 Assignment 4

Start Prev

(This material can be found at http://graphics.lcs.mit.edu/6.837/f96/problem_sets/problem_sets.html.)

Some style notes: we use typewriter font to denote class names (for example Draw) and affix parentheses to denote methods (for example Draw.init()). Note that capitalization is significant, so that (for example) the class DrawLine is distinct from the method Graphics.drawLine.