function Leadtools.LeadMatrix.append( matrix )
Parameter | Type | Description |
---|---|---|
matrix | LeadMatrix | The matrix to append to this LeadMatrix. |
This operation is the same as multiplying this LeadMatrix by the matrix passed as the parameter. Matrix multiplication is not commutative, so this operation is not the same as multiplying the matrix passed as the parameter by this LeadMatrix; that is, (this
* matrix) is not the same as (matrix * this
).