---
title: "init(x:y:z:)"
framework: avfaudio
role: symbol
role_heading: Initializer
path: "avfaudio/avaudio3dpoint/init(x:y:z:)"
---

# init(x:y:z:)

Creates a 3D point using the x, y, and z coordinates you specify.

## Declaration

```swift
init(x: Float, y: Float, z: Float)
```

## Parameters

- `x`: The location on the x-axis, in meters.
- `y`: The location on the y-axis, in meters.
- `z`: The location on the z-axis, in meters.

## See Also

### Creating a Point

- [init()](avfaudio/avaudio3dpoint/init().md)
- [AVAudioMake3DPoint(_:_:_:)](avfaudio/avaudiomake3dpoint(_:_:_:).md)
