---
title: "MTLOriginMake(_:_:_:)"
framework: metal
role: symbol
role_heading: Function
path: "metal/mtloriginmake(_:_:_:)"
---

# MTLOriginMake(_:_:_:)

Returns a new origin with the specified coordinates.

## Declaration

```swift
func MTLOriginMake(_ x: Int, _ y: Int, _ z: Int) -> MTLOrigin
```

## Parameters

- `x`: The x coordinate.
- `y`: The y coordinate.
- `z`: The z coordinate.

## Return Value

Return Value The specified origin point.

## See Also

### Creating origin points

- [init()](metal/mtlorigin/init().md)
- [init(x:y:z:)](metal/mtlorigin/init(x:y:z:).md)
