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