Student: om_p Assignment: 2 Grader: Damian ************************************************ Bresenham: program runs (55): 55 correct implementation of Bresenham (20): 20 no floats and divides (20): 20 extra credit (5): ---------------------------------------------- total (100): 95 Cohen-Sutherland: program runs (55): 55 inside case correct (10): 10 outside case correct (10): 5 one clip correct (10): 5 two clips correct (10): 10 extra credit (5): ---------------------------------------------- total (100): 85 Comments: ---------------------------------------------- Bresenham: Your implementation looks good. Cohen-Sutherland: Looks good in general, but the code hangs in some cases of external lines and 1-side clipping. *************************************************