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