var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety); var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS // Parameters var first; // Type: WebMatrixJS var second; // Type: WebMatrixJS value = instance.multiplyMatrix(first, second);
function multiplyMatrix(
firstThe first matrix.: WebMatrixJS,
secondThe second matrix.: WebMatrixJS
) : WebMatrixJS;
Parameters
- first
- The first matrix.
- second
- The second matrix.
Return Value
The result matrix.