# `GSPathSegment fiveQuadraticSegmentCurveError:t:`

*Instance Method*

## Declaration

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

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

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

