DrawSplineSegmentBezierCubic method
void
DrawSplineSegmentBezierCubic()
Implementation
void DrawSplineSegmentBezierCubic(
Vector2C p1,
Vector2C c2,
Vector2C c3,
Vector2C p4,
double thick,
ColorC color,
) {
return _DrawSplineSegmentBezierCubic(p1, c2, c3, p4, thick, color);
}