inverse Method

return the inverse matrix. The return is undefined if the matrix is singular (has columns that are coplanar or colinear)

inverse(result?: Matrix3d): Matrix3d | undefined

Parameter Type Description
result Matrix3d  

Defined in

Last Updated: 08 January, 2020