Il est possible de modifier et de compiler cet exemple :
\documentclass[border=10pt]{standalone} \usepackage{tkz-euclide} \begin{document} \begin{tikzpicture} \tkzDefPoint(0,0){O} \tkzDefPoint(1,0){a0} \tkzDrawSegment(O,a0) \foreach \i [count=\j] in {0,...,16}{% \tkzDefPointWith[orthogonal normed](a\i,O) \tkzGetPoint{a\j} \pgfmathsetmacro{\c}{5*\i} \tkzDrawPolySeg[fill=teal!\c](a\i,a\j,O)} \end{tikzpicture} \end{document}