A Bézier curve is a parametric curve frequently used in computer graphics and related fields.
The quadratic/cubic bézier curve code I find via google mostly works by subdividing the line into a series …
So I need to find out where the control points would be for a cubic bezier curve when only knowing …