Contents

matrix_from_rows(_:_:_:)

Returns a new matrix with the specified rows.

Declaration

func matrix_from_rows(_ row0: SIMD4<Float>, _ row1: SIMD4<Float>, _ row2: SIMD4<Float>) -> simd_float4x3

See Also

Matrix Creation Functions