# `GSIntersectCubicCubicUnlimited`

*Function*

> **Deprecated**

## Declaration

```swift
func GSIntersectCubicCubicUnlimited(_ P1: NSPoint, _ P2: NSPoint, _ P3: NSPoint, _ P4: NSPoint, _ Q1: NSPoint, _ Q2: NSPoint, _ Q3: NSPoint, _ Q4: NSPoint) -> [Any]
```

```objc
NSArray *GSIntersectCubicCubicUnlimited(const NSPoint P1, const NSPoint P2, const NSPoint P3, const NSPoint P4, const NSPoint Q1, const NSPoint Q2, const NSPoint Q3, const NSPoint Q4);
```

```python
GSIntersectCubicCubicUnlimited(P1: NSPoint, P2: NSPoint, P3: NSPoint, P4: NSPoint, Q1: NSPoint, Q2: NSPoint, Q3: NSPoint, Q4: NSPoint) -> list
```

## See Also

### Intersections

- [`GSIntersectCubicCubicPoints`](/Core/GlyphsCore/GSIntersectCubicCubicPoints)
- [`GSIntersectCubicCubicPointsA`](/Core/GlyphsCore/GSIntersectCubicCubicPointsA)
- [`GSIntersectCubicCubicUnlimitedA`](/Core/GlyphsCore/GSIntersectCubicCubicUnlimitedA)
- [`GSIntersectCubicLine`](/Core/GlyphsCore/GSIntersectCubicLine) — Finds all intersections between a curve and a line.
- [`GSIntersectCubicLineA`](/Core/GlyphsCore/GSIntersectCubicLineA)
- [`GSIntersectCubicLineTimes`](/Core/GlyphsCore/GSIntersectCubicLineTimes)
- [`GSIntersectCubicLineUnlimited`](/Core/GlyphsCore/GSIntersectCubicLineUnlimited)
- [`GSIntersectCubicLineUnlimitedA`](/Core/GlyphsCore/GSIntersectCubicLineUnlimitedA)
- [`GSIntersectCubicLineUnlimitedTimes`](/Core/GlyphsCore/GSIntersectCubicLineUnlimitedTimes)
- [`GSIntersectQuadraticSplineLine`](/Core/GlyphsCore/GSIntersectQuadraticSplineLine)
- [`GSIntersectQuadraticSplineLineA`](/Core/GlyphsCore/GSIntersectQuadraticSplineLineA)
- [`GSIntersectQuadraticLineMatchEndA`](/Core/GlyphsCore/GSIntersectQuadraticLineMatchEndA)
- [`GSIntersectQuadraticLine`](/Core/GlyphsCore/GSIntersectQuadraticLine)
- [`GSIntersectQuadraticQuadraticSpline`](/Core/GlyphsCore/GSIntersectQuadraticQuadraticSpline)
- [`GSIntersectQuadraticQuadraticSplineA`](/Core/GlyphsCore/GSIntersectQuadraticQuadraticSplineA)

