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.
Initializes a new origin with the specified coordinates.
init(x: Int, y: Int, z: Int)The x coordinate.
The y coordinate.
The z coordinate.