Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{standalone}
- \usepackage[T1]{fontenc}
- \usepackage[latin2]{inputenc}
- \usepackage[english]{babel}
- \usepackage{tikz}
- \usetikzlibrary{calc,through,backgrounds,positioning,fit}
- \usetikzlibrary{shapes,arrows,shadows}
- \usepackage{gensymb}
- \begin{document}
- \begin{tikzpicture}[scale=1,inner sep=0.4mm]
- \coordinate (O) at (0,0);
- \coordinate (A) at (-75:2cm);
- \coordinate (B) at (85:2cm);
- \fill[green!90!cyan] (O) -- (A) arc (-75:85:2) (O) --(B);
- \draw[cyan,thick] (O) -- (A);
- \draw[cyan,thick] (O) -- (B);
- \node at (-75:2cm) [below right=2pt] {$A$};
- \node at (A) [circle,fill=black!80!white] {};
- \node at (85:2cm) [above left=2pt] {$B$};
- \node at (B) [circle,fill=black!80!white] {};
- \node at (O) [left=2pt] {$O$};
- \node at (O) [circle,fill=black!80!white] {};
- \draw[black,thick] (0,0) circle (2cm);
- \node at (O) [right=2pt] {$\alpha = 160^{\circ}$};
- \end{tikzpicture}
- \end{document}\\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement