Skip to content

Matrix Array Op

Ryan Porter edited this page Feb 25, 2018 · 1 revision

matrixArrayOp

This node performs binary or unary operations on input matrices.

Attribute Name Description Attribute Type
inputMatrix1 (im1) Left hand operand of a binary operator, or the sole operand of a unary operator. matrixArray
inputMatrix2 (im2) Right hand operand of a binary operator. matrixArray
operation (op) The operation (see below) that will be applied to the input values. emum
outputMatrix (om) The result of the operation. matrixarray
Operation Description
No Operation
Multiply Returns the product of inputMatrix1 and inputMatrix2.
Invert Return the inverse of inputMatrix1.
Transpose Returns the transposition of inputMatrix1.
As Translate Matrix Returns an identity matrix with the position component of inputMatrix1.
As Rotate Matrix Returns an identity matrix with the rotate component of inputMatrix1.
As Scale Matrix Returns an identity matrix with the scale component of inputMatrix1.
Clone this wiki locally