Contents

simd_smoothstep(_:_:_:)

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

Declaration

func simd_smoothstep(_ edge0: Float, _ edge1: Float, _ x: Float) -> Float

Mentioned in

See Also

Interpolation Functions