-
Notifications
You must be signed in to change notification settings - Fork 10
Angle Unary Operator
Ryan Porter edited this page Feb 12, 2017
·
1 revision
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 |