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