I do have a set of N points. How can I fit a Bezier curve of order three through these points? I know the formula to get a Bezier line from three control points, but is there also a way to get the control points?
Edit: the N points are randomly placed.
Thanks