DrawSplineSegmentBezierQuadratic method
void
DrawSplineSegmentBezierQuadratic()
Implementation
void DrawSplineSegmentBezierQuadratic(
Vector2C p1,
Vector2C c2,
Vector2C p3,
double thick,
ColorC color,
) {
return _DrawSplineSegmentBezierQuadratic(p1, c2, p3, thick, color);
}