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
|