multiplyMatrixMatrixTranspose Method
Multiply this
matrix times the transpose of matrixB
.
for instance matrix A and other matrix B return matrix Cwhere⎣⎢⎡Cxx Cxy CxzCyx Cyy CyzCzx Czy Czz⎦⎥⎤=⎣⎢⎡Axx Axy AxzAyx Ayy AyzAzx Azy Azz⎦⎥⎤⎣⎢⎡Bxx Byx BzxBxy Byy BzyBxz Byz Bzz⎦⎥⎤
multiplyMatrixMatrixTranspose(matrixB: Matrix3d, result?: Matrix3d): Matrix3d
Returns - Matrix3d
the matrix result
Defined in
Last Updated:
20 June, 2023