Q. In scan line algorithm, Let an edge is represented by Formula y = mx + b and for scan_line s value of y = s. What will be the Xs ? Note : Scan line is intersecting with edge at (s,Xs) (Solved)
1. xs = (s-b)+m
2. xs = (s-b)
3. xs = (s-b)/m
4. xs = (s-b)*m
- c. xs = (s-b)/m