Skip to content

Angle Multi Operator

Ryan Porter edited this page Feb 12, 2017 · 1 revision

angleBinaryOp

Computes the result of a reduce operation of an array of input angular values.

Attribute Name Description Attribute Type
input (i) List of input values. doubleAngle array
operation (op) Operator that operates on the two operands. Operators are: 0 - No operation, 1 - Sum , 2 - Difference, 3 - Product, 4 - Min, 5 - Max enum
output (o) Result of the operation. doubleAngle
Clone this wiki locally