# `GSPathSegment intersectionPoints:`

*Instance Method*

> **Deprecated**

## Declaration

```swift
func intersectionPoints(_ otherSegment: GSPathSegment) -> FTPointArray
```

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

```python
intersectionPoints_(otherSegment: GSPathSegment) -> FTPointArray
```

