Fitting BezierFunction to n points, by default does a n-1 degree Bezier Curve. I don't want that, I want way less.
For example, I have 150 points, therefore it does a Bezier of 149 degree, yet I would want it to bo cubic or maybe 4 degree.
How can I change that?
Thanks for the help!