Contents

mix(_:_:t:)

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

Declaration

func mix(_ x: SIMD2<Float>, _ y: SIMD2<Float>, t: SIMD2<Float>) -> SIMD2<Float>

See Also

Interpolation Functions