MTLCoordinate2DMake(_:_:)
Returns a new 2D point with the specified coordinates.
Declaration
func MTLCoordinate2DMake(_ x: Float, _ y: Float) -> MTLCoordinate2DParameters
- x:
The x coordinate of the new point.
- y:
The y coordinate of the new point.
Returns a new 2D point with the specified coordinates.
func MTLCoordinate2DMake(_ x: Float, _ y: Float) -> MTLCoordinate2DThe x coordinate of the new point.
The y coordinate of the new point.