matrix_from_columns(_:_:_:_:)
Returns a new matrix with the specified columns.
Declaration
func matrix_from_columns(_ col0: SIMD3<Double>, _ col1: SIMD3<Double>, _ col2: SIMD3<Double>, _ col3: SIMD3<Double>) -> simd_double4x3Returns a new matrix with the specified columns.
func matrix_from_columns(_ col0: SIMD3<Double>, _ col1: SIMD3<Double>, _ col2: SIMD3<Double>, _ col3: SIMD3<Double>) -> simd_double4x3