Q. In scan line polygon filling algorithm for current scan line the x-intersections obtained are 20,10,50,30. How these x-intersections are stored in intersection array? (Solved)
1. (10,20,30,50)
2. (20,10,50,30)
3. (50,30,20,10)
4. (10,50,20,30)
- a. (10,20,30,50)