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

Last Updated: 29 April, 2025