Contents

mix(_:_:t:)

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

Declaration

func mix(_ x: SIMD4<Double>, _ y: SIMD4<Double>, t: SIMD4<Double>) -> SIMD4<Double>

See Also

Interpolation Functions