Contents

simd_make_float3(_:_:_:)

Returns a new vector from the specified scalar values.

Declaration

func simd_make_float3(_ x: Float, _ y: Float, _ z: Float) -> simd_float3

See Also

Functions to Create Three-Element Vectors From Scalar Values