n-th order Bezier Curves?

前端 未结 2 1176
刺人心
刺人心 2021-02-13 13:26

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

2条回答
  •  既然无缘
    2021-02-13 14:07

    You are trying to construct a 4th-order Bezier curve on only four points. No wonder it's not working.

提交回复
热议问题