DrawSplineBasis method
Draw spline: B-Spline, minimum 4 points
Implementation
void DrawSplineBasis(Pointer<Vector2C> points, int pointCount, double thick, ColorC color)
=> _DrawSplineBasis(points, pointCount, thick, color);
Draw spline: B-Spline, minimum 4 points
void DrawSplineBasis(Pointer<Vector2C> points, int pointCount, double thick, ColorC color)
=> _DrawSplineBasis(points, pointCount, thick, color);