# `GSPathSegment convertToQuadraticWithCurveError:`

*Instance Method*

## Declaration

```swift
func convertToQuadratic(withCurveError curveError: CGFloat) -> GSPathSegment?
```

```objc
- (GSPathSegment *) convertToQuadraticWithCurveError:(CGFloat) curveError;
```

```python
convertToQuadraticWithCurveError_(curveError: float) -> GSPathSegment
```

