# `GSPathOperator addIntersections:otherSegments:`

*Type Method*

## Declaration

```swift
class func addIntersections(_ segments: NSMutableArray!, otherSegments: NSMutableArray!)
```

```objc
+ (void) addIntersections:(NSMutableArray<GSPathSegment *> *) segments otherSegments:(NSMutableArray<GSPathSegment *> *) otherSegments;
```

```python
addIntersections_otherSegments_(segments: list[GSPathSegment], otherSegments: list[GSPathSegment])
```

