multiplyMatrixMatrixInverse Method

Multiply this matrix times inverse of other matrix

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

@returns the matrix result: this*otherInverse

Parameter Type Description
other Matrix3d  
result Matrix3d  

Returns - Matrix3d | undefined

the matrix result: this*otherInverse

Defined in

Last Updated: 27 May, 2026