Contents

smoothstep(_:edge0:edge1:)

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

Declaration

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

See Also

Interpolation Functions