The video provides very good and simple explanation about what is a quadratic curve and a bézier curve.
But with provided Qt function I don’t think you need to calculate curve points by yourself.
Except if you want to use it to define a setting curve (like Color Adjustment Curve filter), In this case, use it curve for rendering it, and keep mathematical calculation of point in curve only for data processing.
Grum999