(2020-02-05, 14:34)Philippe Hurbain Wrote: - Wondering if an "average" function would make sense. It would orient a control point to follow a smooth path between previous and next control points.I'm not sure what you mean here.
I wrote the LDCad code based on this information:
https://en.wikipedia.org/wiki/B%C3%A9zier_curve
Specifically the first one in the 'Higher-order curves' section.
Or do you mean the "Quadratic curves" one, which only have a single control point.