I\'ve managed to implement quadratic and cubic Bezier curves.They are pretty straightforward since we have a formula. Now I want to represent an n-th order Bezier curve using th
You are trying to construct a 4th-order Bezier curve on only four points. No wonder it's not working.