# `GSHint indexPathsForInflection:inLayer:tolerance:actualPosition:`

*Type Method*

## Declaration

```swift
class func indexPaths(forInflection aPoint: NSPoint, in layer: GSLayer, tolerance: CGFloat, actualPosition: UnsafeMutablePointer<NSPoint>?) -> IndexPath?
```

```objc
+ (NSIndexPath *) indexPathsForInflection:(NSPoint) aPoint inLayer:(GSLayer *) layer tolerance:(CGFloat) tolerance actualPosition:(NSPoint *) actualPosition;
```

```python
indexPathsForInflection_inLayer_tolerance_actualPosition_(aPoint: NSPoint, layer: GSLayer, tolerance: float, actualPosition: NSPoint) -> NSIndexPath
```

