---
title: "AVAudioMake3DPoint(_:_:_:)"
framework: avfaudio
role: symbol
role_heading: Function
path: "avfaudio/avaudiomake3dpoint(_:_:_:)"
---

# AVAudioMake3DPoint(_:_:_:)

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

## Declaration

```swift
func AVAudioMake3DPoint(_ x: Float, _ y: Float, _ z: Float) -> AVAudio3DPoint
```

## 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.

## Return Value

Return Value A new AVAudio3DPoint instance.

## See Also

### Creating a Point

- [init()](avfaudio/avaudio3dpoint/init().md)
- [init(x:y:z:)](avfaudio/avaudio3dpoint/init(x:y:z:).md)
