# `GSPathSegment threeQuadraticSegmentCurveError:t:`

*Instance Method*

## Declaration

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

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

```python
threeQuadraticSegmentCurveError_t_(curveError: float, t: float) -> GSPathSegment
```

