逆矩阵#

逆矩阵节点。

The Invert Matrix node returns the mathematical inverse matrix.

输入#

矩阵

要反转的矩阵。

属性#

该节点没有属性。

输出#

矩阵

已反转的矩阵。

可逆

Returns true if the matrix cannot be inverted. For example. this can happen when a transformation matrix has a scale of zero. See Invertible matrix for more information.

Important

When a matrix is invertible, the identity matrix is returned.