---
title: "init(_:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/size3dfloat/init(_:)-208lc"
---

# init(_:)

Returns a size structure from the specified 3-element vector.

## Declaration

```swift
init(_ xyz: simd_float3)
```

## Parameters

- `xyz`: The source vector.
