# `GSPathSegment oneQuadraticSegmentCurveError:`

*Instance Method*

## Declaration

```swift
func oneQuadraticSegmentCurveError(_ curveError: CGFloat) -> GSPathSegment?
```

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

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

