---
title: GCPoint2Zero
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gcpoint2zero
---

# GCPoint2Zero

The origin for a two dimensional point.

## Declaration

```swift
let GCPoint2Zero: GCPoint2
```

## Discussion

Discussion This constant represents the (0, 0) origin.

## See Also

### Creating a point

- [init()](gamecontroller/gcpoint2/init().md)
- [init(x:y:)](gamecontroller/gcpoint2/init(x:y:).md)
- [GCPoint2Make(_:_:)](gamecontroller/gcpoint2make(_:_:).md)
