DrawSplineBezierCubic method
Implementation
void DrawSplineBezierCubic(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) {
return _DrawSplineBezierCubic(points, pointCount, thick, color);
}
void DrawSplineBezierCubic(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) {
return _DrawSplineBezierCubic(points, pointCount, thick, color);
}