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