# `GSPathSegment inflectionTime`

*Instance Method*

returns the “t” if there is one inflection, two inflections are rare and too degenerated, returns NSNotFound if none

## Declaration

```swift
func inflectionTime() -> CGFloat
```

```objc
- (CGFloat) inflectionTime;
```

```python
inflectionTime() -> float
```

