Contents

NSStringFromGCPoint2(_:)

Returns a string representation of a point.

Declaration

func NSStringFromGCPoint2(_ point: GCPoint2) -> String

Parameters

  • 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.

See Also

Comparing and converting points