Content deleted Content added
Line 17:
First, two lists are created where one list contains the vertices of the clipping polygon A and the another list contains the vertices of the subject polygon B.
The list entries are labelled as either inside or outside the other polygon.
All the polygon intersections are then found and are inserted into both lists, linking the lists at the intersections. Care will be needed where the polygandidate ons share an edge.
|