# `GSPathSegment intersectionPoints:unlimited:intersections:`

*Instance Method*

## Declaration

```swift
func intersectionPoints(_ otherSegment: GSPathSegment, unlimited: Bool, intersections: UnsafeMutablePointer<GSIntersectResultsStruct>) -> Bool
```

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

```python
intersectionPoints_unlimited_intersections_(otherSegment: GSPathSegment, unlimited: bool, intersections: GSIntersectResultsStruct) -> bool
```

