DrawSplineSegmentBezierQuadratic method

void DrawSplineSegmentBezierQuadratic(
  1. Vector2C p1,
  2. Vector2C c2,
  3. Vector2C p3,
  4. double thick,
  5. ColorC color,
)

Implementation

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