Code: Select all
\usetikzlibrary{snakes,calc,positioning,backgrounds}
\begin{tikzpicture}[font=\small,scale=2.75]
\draw [thick] (-0.1,0.275) -- +(15:1.5);
\draw (0,0) -- (15:2);
\draw [very thin,densely dashed] (0,0)--(1.93,0);
\draw [densely dotted] (0.75,0) arc (0:15:0.75);
\draw (0.9,0.12) node {$\theta$};
\shadedraw [outer color=black,shading=radial] (0.3,0.215) circle (0.125);
\draw [fill=white,white] (0.3,0.215) circle (0.05);
\shadedraw [outer color=black,shading=radial] (0.65,0.305) circle (0.125);
\draw [fill=white,white] (0.65,0.305) circle (0.05);
\begin{scope}[semitransparent,line after snake=0pt, segment aspect=0.1,segment length=8.6pt,color=blue,segment amplitude=1pt]
\fill [decoration={coil}]
[fill=blue!20,draw=blue!20,thin] (0,0) -- +(15:1.25) decorate{to (-215:0.5)} -- (-0.41,0) -- cycle;
\end{scope}
\end{tikzpicture}