Contents

GCPoint2Make(_:_:)

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

Declaration

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

Parameters

  • x:

    The x-coordinate of the point.

  • y:

    The y-coordinate of the point.

Return Value

A point in a two-dimensional coordinate system.

See Also

Creating a point