matrix_from_columns(_:_:_:_:)
Returns a new matrix with the specified columns.
Declaration
func matrix_from_columns(_ col0: SIMD2<Float>, _ col1: SIMD2<Float>, _ col2: SIMD2<Float>, _ col3: SIMD2<Float>) -> simd_float4x2Returns a new matrix with the specified columns.
func matrix_from_columns(_ col0: SIMD2<Float>, _ col1: SIMD2<Float>, _ col2: SIMD2<Float>, _ col3: SIMD2<Float>) -> simd_float4x2