http://soegaard.github.io/docs/metapict/metapict.html
Given points p, q, r, ... and vectors (directions) d, e, f ... :
(curve p .. q .. r .. s) draws a "nice" curve from p through q and r to s
(curve p .. q d .. r .. s) draws a "nice" curve from p through q and r to s,
and the curve leaves q in the direction d
(curve p .. q .. r .. cycle) draws a closed curve through p, q and r
(curve p .. q .. r -- s .. t) draws a curve from p through q to r then
a line from r to s and finally
curves to t
There is a ton of examples here:
https://github.com/soegaard/metapict/blob/master/metapict/examples/metapost-examples.rkt
/Jens Axel
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
>
--
--
Jens Axel Søgaard