Computer Science, asked by kinirahul134, 5 months ago

11) List polygon filling algorithms.
Your answer​

Answers

Answered by abhishekking25
1

Answer:

Step 1 − Find out the Ymin and Ymax from the given polygon. Step 2 − ScanLine intersects with each edge of the polygon from Ymin to Ymax. Step 3 − Sort the intersection point in the increasing order of X coordinate i.e. p0,p1, p1,p2, and p2,p3.

Explanation:

THIS IS YOUR ANSWER MATE...

I THINK IT IS HELPFULL TO YOU....

MARK ME AS BRAINLIST...

AND PLEASE FOLLOW ME....

Answered by jayashreemc3
1

Polygon is an ordered list of vertices as shown in the following figure. For filling polygons with particular colors, you need to determine the pixels falling on the border of the polygon and those which fall inside the polygon.

Similar questions