Skip to content

Angle Binary Operator

Ryan Porter edited this page Feb 12, 2017 · 2 revisions

angleBinaryOp

Computes the result of a binary operation on two inputs of type doubleAngle.

Attribute Name Description Attribute Type
input1 (i1) Left hand operand. doubleAngle
input2 (i2) Right hand operand. doubleAngle
operation (op) Operator that operates on the two operands. Operators are: 0 - No operation, 1 - Add, 2 - Subtract, 3 - Multiply, 4 - Divide, 5 - Power enum
output (o) Result of the operation. doubleAngle
Clone this wiki locally