init(_:_:_:_:)
Creates a new matrix with the specified vectors as columns.
Declaration
init(_ col0: SIMD4<Float>, _ col1: SIMD4<Float>, _ col2: SIMD4<Float>, _ col3: SIMD4<Float>)Creates a new matrix with the specified vectors as columns.
init(_ col0: SIMD4<Float>, _ col1: SIMD4<Float>, _ col2: SIMD4<Float>, _ col3: SIMD4<Float>)