multiplyMatrixMatrixTranspose Method
Multiply this matrix times the transpose of other matrix
equation
\text{for instance matrix }A\text{ and matrix }B\text{ return matrix }C{\text where }\\\matrixXY{C}=\matrixXY{A}\matrixTransposeSubXY{B}
multiplyMatrixMatrixTranspose(other: Matrix3d, result?: Matrix3d): Matrix3d
@returns the matrix result: this*otherTranspose
| Parameter | Type | Description | 
|---|---|---|
| other | Matrix3d | |
| result | Matrix3d | 
Returns - Matrix3d
the matrix result: this*otherTranspose
Defined in
- geometry3d/Matrix3d.ts Line 2158
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.