stippled line variable point spacing from raster

 From:  Michael Gibson
10809.34 In reply to 10809.33 
Hi Brian,

re:
> How to Array the start point along the curve, with constant x intervals.

Probably you'd need to create a vertical line at every x position and then use the 'intersect' factory (see Intersect.js) to intersect the line with your function curve, that should generate a point object.

- Michael