Student: bwallis Assignment: 2 Grader: karianne ************************************************ Bresenham: program runs (55): 55 correct implementation of Bresenham (20): 20 no floats and divides (20): 20 extra credit (5): 4 ---------------------------------------------- total (100): 99 Cohen-Sutherland: program runs (55): 55 inside case correct (10): 10 outside case correct (10): 10 one clip correct (10): 10 two clips correct (10): - extra credit (5): - ---------------------------------------------- total (100): 85 Comments: ---------------------------------------------- Your code for part b always return the segment after one clip. This results in line segments outside the window being drawn on occation. Come and talk to me if you have questions regarding this. *************************************************