Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

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


Method ``*

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

Description

Matrix multiplication.