Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Method Math.Matrix()->``+()


Method ``+

Matrix res = Math.Matrix() + with
Matrix res = with + Math.Matrix()
Matrix add(object with)

Description

Add this matrix to another matrix. A new matrix is returned. The matrices must have the same size.