Returns a function that turns a given Curve into a Drawing, by sampling the
Curve at num sample points. The Drawing consists of isolated points, and does not connect them.
When a program evaluates to a Drawing, the Source system displays it graphically, in a window,
Parameters
num: number
determines the number of points, lower than 65535, to be sampled.
Including 0 and 1, there are num + 1 evenly spaced sample points
Returns a function that turns a given Curve into a Drawing, by sampling the Curve at num sample points. The Drawing consists of isolated points, and does not connect them. When a program evaluates to a Drawing, the Source system displays it graphically, in a window,