DrawSplineBezierCubic method

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

Implementation

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