Contents

simd_make_float4(_:_:_:)

Returns a new vector from two scalar values and a vector.

Declaration

func simd_make_float4(_ x: Float, _ y: Float, _ zw: simd_float2) -> simd_float4

See Also

Functions to Create Four-Element Vectors From Combinations of Vectors and Scalar Values