mix(_:_:t:)
Returns an element-wise linearly interpolated value between two vectors.
Declaration
func mix(_ x: SIMD4<Float>, _ y: SIMD4<Float>, t: Float) -> SIMD4<Float>Returns an element-wise linearly interpolated value between two vectors.
func mix(_ x: SIMD4<Float>, _ y: SIMD4<Float>, t: Float) -> SIMD4<Float>