Contents

MTLOriginMake(_:_:_:)

Returns a new origin with the specified coordinates.

Declaration

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

Parameters

  • x:

    The x coordinate.

  • y:

    The y coordinate.

  • z:

    The z coordinate.

Return Value

The specified origin point.

See Also

Creating origin points