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