Student: ayyang Assignment: 2 Grader: karianne ************************************************ Bresenham: program runs (55): 55 correct implementation of Bresenham (20): 20 no floats and divides (20): 5 extra credit (5): 4 ---------------------------------------------- total (100): 84 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): 10 extra credit (5): - ---------------------------------------------- total (100): 95 Comments: ---------------------------------------------- In part a you are using divides and a float to compute the slope. The assignment was to implement Bresenham using only integers. Other than this your implementation is solid. *************************************************