const c = new p.Curve(new p.Point(100,10), new p.Point(50,40), new p.Point(150,70), new p.Point(100,100));
const path = new p.Path(c.segment1, c.segment2);
since my first curve influence point is left of the start I expect the to start off moving left. Why does it not please?