multiply method
multiply
Multiplies this Matrix by the matrix specified in the matrix parameter using (default) Prepend order.
def multiply(self, tx):
...
Parameter | Type | Description |
---|---|---|
tx | Matrix | The matrix to multiply with. |
multiply
Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter.
def multiply(self, tx, order):
...
Parameter | Type | Description |
---|---|---|
tx | Matrix | The tx. The tx. The tx. |
order | MatrixOrder | The order. The order. The order. |
See Also
- module
aspose.cad
- class
Matrix