topology-halfspace.tex 370 B

123456789101112
  1. \begin{tikzpicture}
  2. \draw [white,step=0.5cm, pattern=north east lines] (0,0) rectangle (2,1);
  3. \draw[very thick] (0,0) -- (2,0);
  4. \node at (2.4,0.5) {$\stackrel{\sim}{=}$};
  5. \begin{scope}[shift={(4,0)}]
  6. \draw[white,pattern=north east lines] ([shift={(180:1cm)}]-0.0,0) arc (180:0:1cm);
  7. \draw[very thick] (-1,0) -- (1,0);
  8. \end{scope}
  9. \end{tikzpicture}