Skip to content

Quaternion Array Binary Operator

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

quatArrayBinaryOp

Computes the result of a binary quaternion operation.

Attribute Name Description Attribute Type
inputQuat1 (iq1) Left hand operands of operation. quatArray
inputQuat2 (iq2) Right hand operands of operation. quatArray
operation (op) Selects the binary operation from: Add, Subtract, Multiply enum
outputQuat (oq) Result of operation. quatArray