multiplyMatrixMatrixInverse Method

Multiply this matrix times inverse of other

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

Parameter Type Description
other Matrix3d  
result Matrix3d  

Returns - undefined | Matrix3d

the matrix result

Defined in

Last Updated: 30 November, 2023