# `GSPathSegment twoQuadraticSegmentCurveError:t:`

*Instance Method*

## Declaration

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

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

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

