Skip to content

Vector Array Matrix Operator

Ryan Porter edited this page Feb 25, 2018 · 2 revisions

vectorArrayMatrixOp

Returns the result of vector/matrix operations.

Attribute Name Description Attribute Type
inputVector (iv) An array of vectors. If operation is set to 'Point Matrix Product', the values are treated as points. vectorArray
inputMatrix (im) An array of matrices. matrixArray
operation (op) Selects the operation: Vector Matrix Product, Point Matrix Product. enum
outputVector (ov) Results of operation. vectorArray