Student: sirkin Assignment: 2 Grader: Damian ************************************************ Bresenham: program runs (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 (55): 40 inside case correct (10): 10 outside case correct (10): 10 one clip correct (10): 0 two clips correct (10): 0 extra credit (5): 0 ---------------------------------------------- total (100): 60 Comments: ---------------------------------------------- Bresenham: Good straightforward implementation. Cohen-Sutherland: Okay, your Cohen-Sutherland is not even close to working. It gets into an infinite loop everytime you draw a line that crosses a region boundary. I don't know if you tested your code at all, or if you just didn't care. If there is some kind of problem -- like it worked fine when you ran it, and have no idea what I'm talking about -- please get in touch with me and we'll try and work it out. *************************************************