Contents

simd_mix(_:_:_:)

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

Declaration

func simd_mix(_ x: Float, _ y: Float, _ t: Float) -> Float

See Also

Interpolation Functions