Introduction - If you have any usage issues, please Google them yourself
BspLines curve generation Step1: establish control points group Step2: Set interpolation step, the curve control points Si, the parameter values t interval (0,1) Step3: Draw the control points with OPENGL and its connection Step4: interpolation calculation: if the calculated interpolation point positioning for the first one to paint the window or painting curve to that point.