<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioMake3DPoint(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@F@AVAudioMake3DPoint"
  },
  "title" : "AVAudioMake3DPoint(_:_:_:)"
}
-->

# AVAudioMake3DPoint(_:_:_:)

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

```
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

A new [`AVAudio3DPoint`](/documentation/AVFAudio/AVAudio3DPoint) instance.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)