Pike v8.1 release 6

Method Math.Matrix()->add()


Method add

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.