multiplySelf
The multiplySelf()
method of the DOMMatrix interface multiplies a matrix by the otherMatrix
parameter, computing the dot product of the original matrix and the specified matrix: A⋅B
.
The multiplySelf()
method of the DOMMatrix interface multiplies a matrix by the otherMatrix
parameter, computing the dot product of the original matrix and the specified matrix: A⋅B
.