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