Computer Science Fundamentals System Design Subjective
Feb 21, 2013

What is scan line algorithm ?

Detailed Explanation

One way to fill the polygon is to apply the inside test. i.e to check whether the pixel is inside the polygon or outside the polygon and then highlight the pixel which lie inside the polygon. This approach is known as scan-line algorithm.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback