NSStringFromGCPoint2(_:)
Returns a string representation of a point.
Declaration
func NSStringFromGCPoint2(_ point: GCPoint2) -> StringParameters
- point:
The point to convert to a string.
Return Value
A string of the form {a, b}, where a and b are the x and y coordinates of point.