[metapost] problem with negative's angle ?

Laurent Méhats laurent.mehats at gmail.com
Sat Mar 8 18:17:12 CET 2014


Le 08/03/2014 17:53, Laurent Méhats a écrit :
> beginfig(3)
>    draw cc;
>    for i=0 upto h_num-1:
>      label (decimal i, % ou (i + 1)
>        point (directiontime (1, 0) rotated -(i/h_num*360) of cc) of cc);
>        % point défini en fonction de la direction de cc
>    endfor
> endfig;

Après consultation (tardive ...) du manuel, on peut même simplifier en :
   for i=0 upto h_num-1:
     label (decimal i, % ou (i + 1)
       directionpoint (1, 0) rotated -(i/h_num*360) of cc);
   endfor





More information about the metapost mailing list