McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Electronics and Communication Engineerin...
→
Computer Graphics
→
Horizontal lines are not considered in s...
Q.
Horizontal lines are not considered in scan line fill algorithm.
A.
true
B.
false
Answer» A. true
1.3k
0
Do you find this helpful?
2
View all MCQs in
Computer Graphics
Discussion
No comments yet
Login to comment
Related MCQs
The seed fill algorithm for filling polygon is classified as ________ fill algorithm and _______ fill algorithm.
Scan line fill algorithm is more efficient than flood fill algorithm.
When the current scan line in Scan line polygon fill algorithm moves above the upper / below the lower endpoint, the edge
The edges crossed by current scan line in Scan line polygon fill algorithm are called as
One edge of the polygon has coordinates (10,20) and (15,40). In scan line polygon filling at the ith step x-value of the intersection point of the scan line ‘i’ and above mentioned edge is 12. What will be the x-value of the intersection point of the scan line in i+1 th step?
One edge of the polygon has coordinates (10,20) and (15,40). In scan line polygon filling at the ith step x-value of the intersection point of the scan line ‘i’ and above mentioned edge is 14. What will be the x-value of the intersection point of the scan line in i+1 th step?
In scan line algorithm, Scan lines are processed in increasing (upward) / decreasing (downward) --------------------------.
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)
what will be the intersection points for current scan line as shown in figure using scan line polygon filling algorithm
What will be the intersection points for current scan line as shown in figure using scan line polygon filling algorithm.