multiply method
Returns a new matrix that is the result of current matrix multiplied by the input matrix.
![]() ![]() |
Syntax
var retMatrix = MSCSSMatrix.multiply(secondMatrix);Parameters
- secondMatrix [in]
-
Type: MSCSSMatrix
A 2-D or 3-D matrix.
- retMatrix [out, retval]
-
Type: MSCSSMatrix
The returned matrix.
Return value
Type: MSCSSMatrix
The returned matrix.
Standards information
- CSS Transitions Module Level 3, Section 10.1
See also
Show:

