DrawSplineSegmentBezierCubic function
void
DrawSplineSegmentBezierCubic()
See RaylibCoreFlatModule.DrawSplineSegmentBezierCubic.
Implementation
void DrawSplineSegmentBezierCubic(
Vector2D p1,
Vector2D c2,
Vector2D c3,
Vector2D p4,
double thick,
ColorD color,
) => _module.DrawSplineSegmentBezierCubic(p1, c2, c3, p4, thick, color);