smoothstep(_:edge0:edge1:)
Returns an element-wise smoothly interpolated value between two vectors.
Declaration
func smoothstep(_ x: SIMD4<Double>, edge0: SIMD4<Double>, edge1: SIMD4<Double>) -> SIMD4<Double>Returns an element-wise smoothly interpolated value between two vectors.
func smoothstep(_ x: SIMD4<Double>, edge0: SIMD4<Double>, edge1: SIMD4<Double>) -> SIMD4<Double>