Student: kaechyc 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): 1 ---------------------------------------------- total (100): 96 Cohen-Sutherland: program runs, buggy (55): 40 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): 80 Comments: ---------------------------------------------- Bresenham: Good attempt at make Bresenham work for more than one octant. Cohen-Sutherland: Good job in using a loop to save code redundancy. I ran into problems seeing your program runs. Is there an infinite loop or something? If your code runs fine and it's just my browser, then let me know, and I can readjust your grade. *************************************************