GCPoint2Make(_:_:)
Returns a point with the specified coordinates in a two-dimensional coordinate system.
Declaration
func GCPoint2Make(_ x: Float, _ y: Float) -> GCPoint2Parameters
- x:
The x-coordinate of the point.
- y:
The y-coordinate of the point.
Return Value
A point in a two-dimensional coordinate system.