multiply method
multiply
Performs matrix multiplication. This matrix is post-multiplied by another matrix, returning the resulting new matrix.
Returns
The resulting matrix.
def multiply(self, second_matrix):
...
Parameter | Type | Description |
---|---|---|
second_matrix | SVGMatrix | The matrix which is post-multiplied to this matrix. |
See Also
- module
aspose.svg.datatypes
- class
SVGMatrix