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

# smoothstep(_:edge0:edge1:)

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

## Declaration

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

## See Also

### Interpolation Functions

- [simd_mix(_:_:_:)](simd/simd_mix(_:_:_:)-46dv1.md)
- [mix(_:_:t:)](simd/mix(_:_:t:)-1dp7m.md)
- [mix(_:_:t:)](simd/mix(_:_:t:)-5ifg3.md)
- [simd_smoothstep(_:_:_:)](simd/simd_smoothstep(_:_:_:)-9hwr9.md)
