State the advantages of generalized polygon clipping approach
Following are the advantages of generalized polygon clipping method 1.This approach can easily handle concave polygons as well. 2.It is not necessary to split the concave polygon in order to transform it to a convex polygon. 3.It does not produce surious edges, unlike the Sutherland-Hodgeman method, hence no post processing is required.