---
title: "NSStringFromGCPoint2(_:)"
framework: gamecontroller
role: symbol
role_heading: Function
path: "gamecontroller/nsstringfromgcpoint2(_:)"
---

# NSStringFromGCPoint2(_:)

Returns a string representation of a point.

## Declaration

```swift
func NSStringFromGCPoint2(_ point: GCPoint2) -> String
```

## Parameters

- `point`: The point to convert to a string.

## Return Value

Return Value A string of the form {a, b}, where a and b are the x and y coordinates of point.

## See Also

### Comparing and converting points

- [GCPoint2Equal(_:_:)](gamecontroller/gcpoint2equal(_:_:).md)
