Invert Matrix Node#

Invert Matrix node.

The Invert Matrix node returns the mathematical inverse matrix.

Đầu Vào (Inputs)#

Matrix

The matrix to invert.

Tính Chất (Properties)#

Nút này không có tính chất nào cả.

Đầu Ra (Outputs)#

Matrix

The inverted matrix.

Invertible

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.

Quan trọng

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