polygon filling algorithm which visits each pixel only once is
Answers
Answered by
0
Answer:
please mark as brainliest answer
Explanation:
as I don't know this answer
Answered by
0
polygon filling algorithm which visits each pixel only once is:
Explanation:
- Scan Line algorithm works by intersecting scanline with polygon edges and fills the polygon between pairs of intersections.
- Scan line polygon filling algorithm can be used for filling Convex polygon.
- For each scan line crossing a polygon, this algorithm locates the intersection points of the scan line with the polygon edges.
Similar questions