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