Rasterization: Polygon
1. In the Scanline Algorithm, what is the primary reason for sorting the edges in the Edge Table (ET) by their y-min value?
2. How does the Scanline Algorithm handle edges that intersect at the same scanline during rasterization?
3. What is the significance of incrementing x-coordinates by 1/m during the scanline filling process?