DrawSplineBasis function
Implementation
void DrawSplineBasis(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) => _module.DrawSplineBasis(points, pointCount, thick, color);
void DrawSplineBasis(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) => _module.DrawSplineBasis(points, pointCount, thick, color);