---
title: "init(_:_:_:)"
framework: usdkit
role: symbol
role_heading: Initializer
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "usdkit/usdvalue/vec3i/init(_:_:_:)-1jo3u"
---

# init(_:_:_:)

Creates a vector with the given components.

## Declaration

```swift
init(_ x: Int, _ y: Int, _ z: Int)
```
