---
title: "AVAudioMake3DAngularOrientation(_:_:_:)"
framework: avfaudio
role: symbol
role_heading: Function
path: "avfaudio/avaudiomake3dangularorientation(_:_:_:)"
---

# AVAudioMake3DAngularOrientation(_:_:_:)

Creates a 3D angular orientation using the yaw, pitch, and roll values you specify.

## Declaration

```swift
func AVAudioMake3DAngularOrientation(_ yaw: Float, _ pitch: Float, _ roll: Float) -> AVAudio3DAngularOrientation
```

## Parameters

- `yaw`: The side-to-side movement of the listener’s head.
- `pitch`: The up-and-down movement of the listener’s head.
- `roll`: The tilt of the listener’s head.

## Return Value

Return Value A new AVAudio3DAngularOrientation instance.

## See Also

### Creating an Angular Orientation

- [init()](avfaudio/avaudio3dangularorientation/init().md)
- [init(yaw:pitch:roll:)](avfaudio/avaudio3dangularorientation/init(yaw:pitch:roll:).md)
