Content deleted Content added
m r2.7.1) (robot Removing: ru:Алгоритм Сазерленда — Ходжмана |
|||
Line 17:
for (Edge clipEdge in clipPolygon) do
List inputList = outputList;
Point S = outputList.
for (Point
if (E inside clipEdge) then
if (S not inside clipEdge) then
end if
else if (S inside clipEdge) then
outputList.add(ComputeIntersection(S,E,clipEdge));
|