Sutherland–Hodgman algorithm: Difference between revisions

Content deleted Content added
Line 19:
List inputList = outputList;
outputList.clear();
 
for(int i = 0 ; i < inputList.count ; i += 1) do
Point current_point = inputList[i];