Contents

simd_mix(_:_:_:)

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

Declaration

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

See Also

Interpolation functions