# `GSPathSegment fourQuadraticSegmentCurveError:t:`

*Instance Method*

## Declaration

```swift
func fourQuadraticSegmentCurveError(_ curveError: CGFloat, t tMid: CGFloat) -> GSPathSegment
```

```objc
- (GSPathSegment *) fourQuadraticSegmentCurveError:(CGFloat) curveError t:(CGFloat) tMid;
```

```python
fourQuadraticSegmentCurveError_t_(curveError: float, tMid: float) -> GSPathSegment
```

