% vim: set ft=tex tabstop=4 shiftwidth=4 noexpandtab:

\input{../../include/latex/tikz/header-light.tex}

% opening %{{{1

\begin{document}
\begin{tikzpicture}[scale=1.0]

% parameters %{{{1

	%\tikzmath{
		%\var = 2.1;
		%\numsides = int(3) ;
	%}

% coordinates %{{{1

	%\coordinate (A) at (0,0);
	%\coordinate (B) at (4,0);
	%\coordinate (C) at (4,3);

	%\coordinate (P) at ($(A)!(C)!(B)$);

% intersections %{{{1

	%\begin{pgfinterruptboundingbox}
		%\path[name path=line1] (A) -- (C);
		%\path[name path=line2] (B) -- (D);
		%\path[name intersections={of=line1 and line2, by=I}];
	%\end{pgfinterruptboundingbox}

	%\begin{pgfinterruptboundingbox}
		%\path[name path=line] (A) -- (B);
		%\path[name path=circle] (C) circle (\radius);
		%\path[name intersections={of=line and circle, by={I,J}}];
	%\end{pgfinterruptboundingbox}

	%\begin{pgfinterruptboundingbox}
		%\path[name path=circleA] (A) circle (\radius);
		%\path[name path=circleB] (B) circle (\radius);
		%\path[name intersections={of=circleA and circleB, by={I,J}}];
	%\end{pgfinterruptboundingbox}

% distance %{{{1

	%\path let \p1 = ($ (B) - (A) $)
	%in \pgfextra{
		%\pgfmathsetmacro{\distAB}{veclen(\x1,\y1)/1cm}
		%\global\let\distAB\distAB
	%};

% points, dots, vertices %{{{1

	%\fill (A) circle (0.4mm);
	%\fill (B) circle (0.4mm);
	%\fill (C) circle (0.4mm);

% segments, sides, lines %{{{1

	%\draw (A) -- (B);

	%\draw (A) -- (B) -- (C) -- cycle;

% circles %{{{1

	%\draw (O) circle (\radius);

	%\path[draw] let \p1 = ($ (A) - (O) $)
	%in (O) circle ({veclen(\x1,\y1)});

% circular arcs %{{{2

	%\draw (A) ++(\ang:\radius) arc (\ang:\gle:\radius);

% points, dots, vertices labels %{{{1

	%\node[below] at (A) {$A$};
	%\node[below] at (B) {$B$};
	%\node[above] at (C) {$C$};

% segments, sides, lines labels %{{{1

	%\node[above] at ($ (A)!0.5!(B) $) {$d$};

% segments, sides, lines marks %{{{1

	%\tkzMarkSegments[mark=||, size=2pt](A,B)
	%\tkzMarkSegments[mark=||, size=2pt](C,D)

% circles labels %{{{1

	%\node at ($ (O) + (45:\radius + 0.3) $) {$\mathscr{C}$};

% circular arcs labels %{{{2

	%\node at ($ (O) + (45:\radius + 0.3) $) {$\mathscr{C}$};

% angles labels %{{{1

	%\pic[draw, ->, "$\alpha$", angle radius=0.8cm, angle eccentricity=1.5]
		%{angle = B--A--C};

% right angles markers %{{{2

	%\pic [draw, angle radius=7pt, angle eccentricity=1]
		%{right angle = C--B--A};

% closing %{{{1

\end{tikzpicture}
\end{document}
