multiplyMatrixInverseMatrix Method

Multiply inverse of this matrix times other matrix

multiplyMatrixInverseMatrix(other: Matrix3d, result?: Matrix3d): Matrix3d | undefined

@returns the matrix result: thisInverse*other

Parameter Type Description
other Matrix3d  
result Matrix3d  

Returns - Matrix3d | undefined

the matrix result: thisInverse*other

Defined in

Last Updated: 27 May, 2026