# `GSPointIsNull`

*Function*

## Declaration

```swift
func GSPointIsNull(_ p: CGPoint) -> Bool
```

```objc
BOOL GSPointIsNull(CGPoint p);
```

```python
GSPointIsNull(p: CGPoint) -> bool
```

## See Also

### Paths and Curves

- [`GSBezierFromSVGPath`](/Core/GlyphsCore/GSBezierFromSVGPath)
- [`GSIntersectCubicCubicSegmentsOperations`](/Core/GlyphsCore/GSIntersectCubicCubicSegmentsOperations)
- [`GSIntersectQuadraticQuadraticSegmentsOperations`](/Core/GlyphsCore/GSIntersectQuadraticQuadraticSegmentsOperations)
- [`OACGAddRoundedRect`](/Core/GlyphsCore/OACGAddRoundedRect)

