multiplyCopy
Multiplies the matrix with another one and returns the result as new instance. The current instance elements are not altered.
Parameters
matrix kendo.geometry.Matrix
The matrix to multiply by.
Returns
kendo.geometry.Matrix
The result of the multiplication.