Skip to content

Vector Array Unary Operator

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

vectorArrayUnaryOp

Returns the result of a unary operation applied to inputVector.

Attribute Name Description Attribute Type
inputVector (iv) An array of vectors. vectorArray
operation (op) Selects the operation: Normalize, Invert. enum
outputVector (ov) Results of operation. vectorArray