Content deleted Content added
Reverted 1 good faith edit by 2409:4063:4091:F406:14CF:6CA4:AA7D:B3A0 using STiki |
|||
Line 19:
List inputList = outputList;
outputList.clear();
for(int i = 0 ; i < inputList.count ; i += 1) do
Point current_point = inputList[i];
|