DrawSplineSegmentBezierCubic method

Implementation

String DrawSplineSegmentBezierCubic(
  Vector2Base p1,
  Vector2Base c2,
  Vector2Base c3,
  Vector2Base p4,
  num thick,
  ColorBase color,
) => 'DrawSplineSegmentBezierCubic($p1, $c2, $c3, $p4, $thick, $color)';