X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=images%2Fbitonic-merge-trichter.tex;h=70e5c3f77100b7bb3af206c49270ce6e1749045b;hb=7bf98129333863afbc3a50bc164d505a8e1e2faf;hp=3f7e6ba648f9eec377bcbde614741a63b7ecaec7;hpb=989146630c11ea583024fdd181c6d48e861faab1;p=diplomarbeit.git diff --git a/images/bitonic-merge-trichter.tex b/images/bitonic-merge-trichter.tex index 3f7e6ba..70e5c3f 100644 --- a/images/bitonic-merge-trichter.tex +++ b/images/bitonic-merge-trichter.tex @@ -9,10 +9,12 @@ \path[edge] (8,0) -- (8,9) node at ++(0,.5em) {$v_0$}; \draw[fill=white] (0.75,6) rectangle (4.25,8); -\path[draw,-,fill=red!30] (0.75,6) -- (4.25,8) -- (4.25,6) -- cycle; +%\path[draw,-,color=red,fill=red!10] (1,6.25) -- (4,7.75) -- (4,6.25) -- cycle; +\path[red box] (1,6.25) -- (4,7.75) -- (4,6.25) -- cycle; \draw[fill=white] (4.75,6) rectangle (8.25,8); -\path[draw,-,fill=blue!30] (4.75,6) -- (8.25,8) -- (8.25,6) -- cycle; +%\path[draw,-,color=blue,fill=blue!10] (8,6.25) -- (8,7.75) -- (5,6.25) -- cycle; +\path[blue box] (8,6.25) -- (8,7.75) -- (5,6.25) -- cycle; \node[vertex] (v0) at (1,5) {}; \node[vertex] (v4) at (8,5) {}; @@ -31,11 +33,11 @@ \path[comp] (v3) -- (v7); \draw[fill=white] (0.75,1) rectangle (4.25,3); -\path[draw,-,fill=red!30] (2.5,1) -- (0.75,1) -- (2.5,2); -\path[draw,-,fill=blue!30] (2.5,1) -- (4.25,1) -- (2.5,2); +\path[red box] (1,1.25) -- (2.4,1.25) -- (2.4,1.95) -- cycle; +\path[blue box] (2.6,1.95) -- (4,1.25) -- (2.6,1.25) -- cycle; \draw[fill=white] (4.75,1) rectangle (8.25,3); -\path[draw,-,fill=red!30] (6.5,2) -- (4.75,3) -- (4.75,1) -- (6.5,1); -\path[draw,-,fill=blue!30] (6.5,2) -- (8.25,3) -- (8.25,1) -- (6.5,1); +\path[red box] (5,2.75) -- (6.4,1.95) -- (6.4,1.25) -- (5,1.25) -- cycle; +\path[blue box] (6.6,1.95) -- (8,2.75) -- (8,1.25) -- (6.6,1.25) -- cycle; \end{tikzpicture}