Skip to content

Angle Unary Operator

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

angleUnaryOp

Computes the output of a unary operation on an input angular value.

Attribute Name Description Attribute Type
input (i) Input value. doubleAngle
operation (op) Operator that operates on the operand. Operators are: 0 - No operation, 1 - Sign, 2 - Negate, 3 - Reciprocal, 4 - Floor, 5 - Ceiling, 6 - Absolute Value enum
output (o) Result of the operation. doubleAngle
Clone this wiki locally