# `GSPathSegment intersectionPoints:unlimited:`

*Instance Method*

> **Deprecated**

## Declaration

```swift
func intersectionPoints(_ otherSegment: GSPathSegment, unlimited: Bool) -> FTPointArray?
```

```objc
- (FTPointArray *) intersectionPoints:(GSPathSegment *) otherSegment unlimited:(BOOL) unlimited;
```

```python
intersectionPoints_unlimited_(otherSegment: GSPathSegment, unlimited: bool) -> FTPointArray
```

