Skip to content

Quaternion Array Unary Operator

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

quatArrayUnaryOp

Calculates the result of a unary operation on a quaternion.

Attribute Name Description Attribute Type
inputQuat (iq) Input quaternion values. quatArray
operation (op) Selects the unary operation: Conjugate, Inverse, Negate, Normalize. enum
outputQuat (oq) Result of operation. quatArray