---
title: "simd_mix(_:_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_mix(_:_:_:)-6l1x8"
---

# simd_mix(_:_:_:)

Returns an element-wise linearly interpolated value between two vectors.

## Declaration

```swift
func simd_mix(_ x: simd_float3, _ y: simd_float3, _ t: simd_float3) -> simd_float3
```

## See Also

### Interpolation Functions

- [mix(_:_:t:)](simd/mix(_:_:t:)-9o58r.md)
- [mix(_:_:t:)](simd/mix(_:_:t:)-6c4d3.md)
- [simd_smoothstep(_:_:_:)](simd/simd_smoothstep(_:_:_:)-mz0x.md)
- [smoothstep(_:edge0:edge1:)](simd/smoothstep(_:edge0:edge1:)-6m76x.md)
