Нода «Обратить матрицу» (invert matrix node)#
The Invert Matrix node returns the mathematical inverse matrix.
Входы (inputs)#
- Матрица (matrix)
Матрица для инвертирования.
Свойства#
Эта нода не содержит свойств.
Выходы (outputs)#
- Матрица (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.
Важно
When a matrix is invertible, the identity matrix is returned.