Pike v8.1 release 6

Method Math.Matrix()->mult()


Method mult

Matrix res = Math.Matrix() * with
Matrix res = with * Math.Matrix()
Matrix mult(object with)

Description

Matrix multiplication.