Update on Overleaf.
This commit is contained in:
parent
2a00e92d0f
commit
2b23c95228
4 changed files with 60 additions and 72 deletions
|
|
@ -1,8 +1,3 @@
|
|||
\documentclass[margin=5mm, tikz]{standalone}
|
||||
\usepackage{tikz, ifthen, calc}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
\def\raynum{120}
|
||||
|
|
@ -10,9 +5,9 @@
|
|||
\foreach \x in {0,...,\raynum} {
|
||||
\ifthenelse{\x < 20 \OR \x>100}
|
||||
{
|
||||
\draw[color = red] (\x /\raynum * 6 ,0) -- (3,4);
|
||||
\draw[color = kit-blue100] (\x /\raynum * 6 ,0) -- (3,4);
|
||||
}{
|
||||
\draw[color = green] (\x /\raynum * 6 ,0) -- (3,4);
|
||||
\draw[color = kit-green100] (\x /\raynum * 6 ,0) -- (3,4);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -22,13 +17,13 @@
|
|||
] (1.49,1) -- (4.51,1) -- (5.01,0) -- (0.99,0) -- cycle;
|
||||
|
||||
|
||||
\draw [color=red] (0,0) -- node[below]{wall} (6,0) ; % wall
|
||||
\draw [color=green](1.5,1) -- node[below]{blocker} (4.5,1); %blocker
|
||||
\draw [color=kit-blue100] (0,0) -- node[below]{wall} (6,0) ; % wall
|
||||
\draw [color=kit-green100](1.5,1) -- node[below]{blocker} (4.5,1); %blocker
|
||||
|
||||
%cam
|
||||
\node[
|
||||
circle,
|
||||
fill = black,
|
||||
fill = kit-gray100,
|
||||
minimum width = 1mm,
|
||||
outer sep = 2mm
|
||||
] (camera) at (3,4) {};
|
||||
|
|
@ -36,5 +31,3 @@
|
|||
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue