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