MTLOriginMake(_:_:_:)
Returns a new origin with the specified coordinates.
Declaration
func MTLOriginMake(_ x: Int, _ y: Int, _ z: Int) -> MTLOriginParameters
- x:
The x coordinate.
- y:
The y coordinate.
- z:
The z coordinate.
Return Value
The specified origin point.