I want to make a line curve system with bezier curve. And I want to use only quadratic bezier curve so it can be extend and control easily, it can add control point anywhere and more intuitive
But I'm curious that it might not be cover some kind of graph. At least I want it able to imitate cubic bezier curve
Is it any mathematically impossible? I have seen many system use cubic bezier curve over quadratic (System Font and Photoshop Path at least)
Are there any problem with quadratic bezier curve?