How to deal with horizontal edges in polygon scanline algorithm?
I’m trying to implement a scanline polygon fill using the even/odd technique, but horizontal edges have be perplexed. There are a number of similar questions on the site, but the answers are either a lot more work or simply don’t help.