multiplyMatrixTransposeMatrix Method

Matrix multiplication thisTranspose * other.

[resultxx resultxy resultxzresultyx resultyy resultyzresultzx resultzy resultzz]=[thisxx thisxy thisxzthisyx thisyy thisyzthiszx thiszy thiszz][otherxx otheryx otherzxotherxy otheryy otherzyotherxz otheryz otherzz]\matrixXY{result}=\matrixXY{\text{this}}\matrixTransposeSubXY{\text{other}}

multiplyMatrixTransposeMatrix(other: Matrix3d, result?: Matrix3d): Matrix3d

Parameter Type Description
other Matrix3d  
result Matrix3d  

Returns - Matrix3d

the matrix result

Defined in

Last Updated: 30 November, 2023