DrawSplineBasis method

void DrawSplineBasis(
  1. Pointer<Vector2C> points,
  2. int pointCount,
  3. double thick,
  4. ColorC color,
)

Draw spline: B-Spline, minimum 4 points

Implementation

void DrawSplineBasis(Pointer<Vector2C> points, int pointCount, double thick, ColorC color)
  => _DrawSplineBasis(points, pointCount, thick, color);