Re: Metapost: punto su segmento

#47833
Up
0
Down
::

Grazie!
Allora il miglior modo è aggiungere parentesi tonde al numero?
`draw (-0.2)[a,b]–1.2[a,b];`

Pagina 19 del manuale di Metapost.

For example, -1[a,b] and (-1)[a,b] are very different: the former is -b since it is equivalent to -(1[a,b]); the latter is a-(b-a) or 2a-b.

Ciao
Enrico

Go to top