# `GSPathSegment segmentForInflectionError:`

*Instance Method*

## Declaration

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

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

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

