Đảo Ngược Ma Trận [Invert Matrix Node]¶

Returns the inverse of the given matrix.
Đầu Vào (Inputs)¶
- Ma Trận [Matrix]
The ma trận tới đảo nghịch.
Tính Chất (Properties)¶
Nút này không có tính chất nào cả.
Đầu Ra (Outputs)¶
- Ma Trận [Matrix]
The đảo nghịch ma trận.
- Đảo Nghịch được [Invertible]
Returns whether the matrix could be inverted. This can be false when a transformation matrix has a scale of zero, for example. See Invertible matrix for more information.
Quan trọng
Khi một ma trận được không/không phải/nghịch/phủ định (not) đảo nghịch được, the chỉ danh nhận dạng (identity matrix) được returned.