Content deleted Content added
m stub sort |
|||
Line 14:
Given a list of edges in a clip polygon, and a list of vertices in a subject polygon, the following procedure clips the subject polygon against the clip polygon.
List
Point S = inputList.last;
for (Point E in inputList) do
|