You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
743 B
35 lines
743 B
%%% TOUR du terrain
|
|
|
|
\draw (0,0) -- (0,14);
|
|
\draw (15,0) -- (15,14);
|
|
\draw (0,14) -- (15,14);
|
|
\draw (0,0) -- (15,0);
|
|
|
|
|
|
%%% ligne mediane
|
|
\draw (15,14) -- (0,14);
|
|
|
|
%%% rond central
|
|
% \draw (7.5,14) circle [radius=2.4];;
|
|
\draw (5,14) arc [radius=2.4, start angle=180, end angle= 360];
|
|
|
|
%% panier bas
|
|
\draw (7.5,1.776) circle [radius=0.2];;
|
|
\draw (6.5,1.575) -- (8.5,1.575);
|
|
|
|
|
|
%% raquette basse
|
|
\draw (5,0) -- (5,5.8);
|
|
\draw (10,0) -- (10,5.8);
|
|
\draw (10,5.8) -- (5,5.8);
|
|
|
|
\draw (9.3,5.8) arc [radius=1.8, start angle=0, end angle= 180];
|
|
|
|
|
|
|
|
%% 3 points bas
|
|
\draw (14.1,1.7) arc [radius=6.6, start angle=0, end angle= 180];
|
|
\draw (.9,0) -- (.9,1.7);
|
|
\draw (14.1,0) -- (14.1,1.7);
|
|
|