\begin{tikzpicture}[scale=.5] \begin{scope}[rotate=10] \coordinate (p) at (-2,0); \coordinate (q) at (2,0); \draw (-3.5,0)--(3.5,0); \tkzDefPoint(0,-1){c1} \tkzDefPoint(0,0){c2} \tkzDefPoint(0,1){c3} \tkzDrawCircle[thin](c1,p) \tkzDrawCircle[thin](c2,p) \tkzDrawCircle[thin](c3,p) \tkzDrawPoints[size=5,fill=red](p,q) \tkzLabelPoints[below left](p,q) \draw [thick, ->] (-2.2,0.1)--(-3,0.1); \draw [thick, ->] (3,0.1)--(2.2,0.1); \draw [thick, ->] (-.4,0.1)--(.4,0.1); %\draw [thick, ->] (-.5,.9) .. controls (0,1).. (.5,.9); %\draw [thick, ->] (-.5,-.9) .. controls (0,-1).. (.5,-.9); \draw [thick, ->] (-.7,2) .. controls (0,2.15).. (.7,2); \draw [thick, ->] (-.7,-2) .. controls (0,-2.15).. (.7,-2); \draw [thick, ->] (2.3,-1.7) arc (-25:15:1.6cm); \draw [thick, ->] (2.3,1.7) arc (25:-15:1.6cm); \draw [thick, ->] (-2.3,-.6) arc (160:200:1.5cm); \draw [thick, ->] (-2.3,.6) arc (200:160:1.5cm); %\draw [thick, ->] (3,-2) arc (0:30:2.5cm); %\draw [thick, ->] (3,2) arc (360:330:2.5cm); %\draw [thick, ->] (-2.6,-.6) arc (150:180:2.5cm); %\draw [thick, ->] (-2.6,.6) arc (210:180:2.5cm); \end{scope} \end{tikzpicture}