Student: kulkarni Assignment: 2 Grader: Charlie ************************************************ Bresenham: program runs, buggy (55): 55 correct implementation of Bresenham (20): 20 no floats and divides (20): 20 extra credit (5): 3 ---------------------------------------------- total (100): 98 Cohen-Sutherland: program runs, buggy (55): 55 inside case correct (10): 10 outside case correct (10): 10 one clip correct (10): 10 two clips correct (10): 10 extra credit (5): 0 ---------------------------------------------- total (100): 95 Comments: ---------------------------------------------- Bresenham: Very good! Could have less java statements, but that's no big deal. Cohen-Sutherland: Good! Why did you not use LEFT, TOP, RIGHT, and BOTTOM consistently? *************************************************