# `GSPathSegment sixQuadraticSegmentCurveError:t:`

*Instance Method*

## Declaration

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

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

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

