Contents

Path.Element.quadCurve(to:control:)

A quadratic Bézier curve from the previous current point to the given end-point, using the single control point to define the curve.

Declaration

case quadCurve(to: CGPoint, control: CGPoint)

Discussion

The end-point of the curve becomes the new current point.

See Also

Getting path elements