orange -> orangeAnimaths ; blue -> bleuAnimaths

This commit is contained in:
Nicolas 2024-12-17 10:52:31 +01:00
parent 4df7210ec8
commit c4123983ca
1 changed files with 11 additions and 11 deletions

View File

@ -16,11 +16,11 @@ Le jeu se déroule sur un cercle. Au départ, les points du cercle sont non colo
\draw (0,0) circle (1.5cm); \draw (0,0) circle (1.5cm);
\foreach \angle in {45, 120, 200} { \foreach \angle in {45, 120, 200} {
\filldraw[fill=orange] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm \filldraw[fill=orangeAnimath] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm
} }
\foreach \angle in {80, 160, 270} { \foreach \angle in {80, 160, 270} {
\filldraw[fill=blue] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm \filldraw[fill=bleuAnimath] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm
} }
\end{scope} \end{scope}
@ -35,15 +35,15 @@ Le jeu se déroule sur un cercle. Au départ, les points du cercle sont non colo
\coordinate (B2) at (319:1.5cm); \coordinate (B2) at (319:1.5cm);
\coordinate (B3) at (15:1.5cm); \coordinate (B3) at (15:1.5cm);
\draw[very thick, orange] (A1) arc[start angle=30, end angle=150, radius=1.5cm]; \draw[very thick, orangeAnimath] (A1) arc[start angle=30, end angle=150, radius=1.5cm];
\draw[very thick, blue] (B2) arc[start angle=319, end angle=375, radius=1.5cm]; \draw[very thick, bleuAnimath] (B2) arc[start angle=319, end angle=375, radius=1.5cm];
\foreach \angle in {30, 300, 150} { \foreach \angle in {30, 300, 150} {
\filldraw[fill=orange] (\angle:1.5cm) circle (2pt); \filldraw[fill=orangeAnimath] (\angle:1.5cm) circle (2pt);
} }
\foreach \angle in {219, 319, 15} { \foreach \angle in {219, 319, 15} {
\filldraw[fill=blue] (\angle:1.5cm) circle (2pt); \filldraw[fill=bleuAnimath] (\angle:1.5cm) circle (2pt);
} }
\end{scope} \end{scope}
@ -63,16 +63,16 @@ Le jeu se déroule sur un cercle. Au départ, les points du cercle sont non colo
\coordinate (B4) at (190:1.5cm); \coordinate (B4) at (190:1.5cm);
\coordinate (B5) at (280:1.5cm); \coordinate (B5) at (280:1.5cm);
\draw[very thick, blue] (A4) arc[start angle=290, end angle=420, radius=1.5cm]; \draw[very thick, bleuAnimath] (A4) arc[start angle=290, end angle=420, radius=1.5cm];
\draw[very thick, orange] (B1) arc[start angle=70, end angle=170, radius=1.5cm]; \draw[very thick, orangeAnimath] (B1) arc[start angle=70, end angle=170, radius=1.5cm];
\draw[very thick, orange] (B4) arc[start angle=190, end angle=280, radius=1.5cm]; \draw[very thick, orangeAnimath] (B4) arc[start angle=190, end angle=280, radius=1.5cm];
\foreach \angle in {10, 60, 180, 290, 330} { \foreach \angle in {10, 60, 180, 290, 330} {
\filldraw[fill=blue] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm \filldraw[fill=bleuAnimath] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm
} }
\foreach \angle in {70, 95, 170, 190, 280} { \foreach \angle in {70, 95, 170, 190, 280} {
\filldraw[fill=orange] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm \filldraw[fill=orangeAnimath] (\angle:1.5cm) circle (2pt); % Points sur le cercle de rayon 2 cm
} }
\end{scope} \end{scope}
\end{tikzpicture} \end{tikzpicture}