---
title: "smoothstep(_:edge0:edge1:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/smoothstep(_:edge0:edge1:)-6m76x"
---

# smoothstep(_:edge0:edge1:)

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

## Declaration

```swift
func smoothstep(_ x: SIMD3<Float>, edge0: SIMD3<Float>, edge1: SIMD3<Float>) -> SIMD3<Float>
```

## See Also

### Interpolation Functions

- [simd_mix(_:_:_:)](simd/simd_mix(_:_:_:)-6l1x8.md)
- [mix(_:_:t:)](simd/mix(_:_:t:)-9o58r.md)
- [mix(_:_:t:)](simd/mix(_:_:t:)-6c4d3.md)
- [simd_smoothstep(_:_:_:)](simd/simd_smoothstep(_:_:_:)-mz0x.md)
