---
title: "simd_slerp(_:_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_slerp(_:_:_:)-7vayy"
---

# simd_slerp(_:_:_:)

## Declaration

```swift
func simd_slerp(_ q0: simd_quath, _ q1: simd_quath, _ t: Float16) -> simd_quath
```

## Discussion

Discussion Spherical linear interpolation along the shortest arc between quaternions q0 and q1.
