0
1.3kviews
Write the algorithm for filling polygons and explain it with a suitable example.

Write the algorithm for filling polygons and explain it with a suitable example.

1 Answer
1
40views


Filling is the process of ‘coloring in’ a fixed area or region. Following are the various algorithm used to fill the area :-

  1. Boundary-fill algorithm :

    a. An approach to area filling is to start at a point inside a region and point the interior outward toward boundary.

    b. If …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.