Student: jhhuang 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): 0 ---------------------------------------------- total (100): 95 Cohen-Sutherland: program runs, buggy (55): 50 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): 90 Comments: ---------------------------------------------- Bresenham: Good! You'll find that making it work for all 8 octants is not that hard. Cohen-Sutherland: Why did you decide to not use the outcodes constants defined for you? You ended up using decimal digit masks as oppose to bit masks. Talk to me if you don't know what I mean. *************************************************