---
title: "GCPoint2Make(_:_:)"
framework: gamecontroller
role: symbol
role_heading: Function
path: "gamecontroller/gcpoint2make(_:_:)"
---

# GCPoint2Make(_:_:)

Returns a point with the specified coordinates in a two-dimensional coordinate system.

## Declaration

```swift
func GCPoint2Make(_ x: Float, _ y: Float) -> GCPoint2
```

## Parameters

- `x`: The x-coordinate of the point.
- `y`: The y-coordinate of the point.

## Return Value

Return Value A point in a two-dimensional coordinate system.

## See Also

### Creating a point

- [init()](gamecontroller/gcpoint2/init().md)
- [init(x:y:)](gamecontroller/gcpoint2/init(x:y:).md)
- [GCPoint2Zero](gamecontroller/gcpoint2zero.md)
