Contents

simd_make_float4(_:_:)

Returns a new vector from a vector and a scalar value.

Declaration

func simd_make_float4(_ xyz: simd_float3, _ w: Float) -> simd_float4

See Also

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