# `GSPathSegment lineSegmentCurveError:`

*Instance Method*

## Declaration

```swift
func lineSegmentCurveError(_ curveError: CGFloat) -> GSPathSegment?
```

```objc
- (GSPathSegment *) lineSegmentCurveError:(CGFloat) curveError;
```

```python
lineSegmentCurveError_(curveError: float) -> GSPathSegment
```

