Contents

init(x:y:z:)

Initializes a new origin with the specified coordinates.

Declaration

init(x: Int, y: Int, z: Int)

Parameters

  • x:

    The x coordinate.

  • y:

    The y coordinate.

  • z:

    The z coordinate.

See Also

Creating origin points