-
Notifications
You must be signed in to change notification settings - Fork 10
Angle Scalar Operator
Ryan Porter edited this page Feb 12, 2017
·
1 revision
Computes the result of a binary operation on an angle and a scalar.
Attribute Name | Description | Attribute Type |
---|---|---|
input (i) | Left hand operand. | doubleAngle |
scalar (sc) | Right hand operand. | double |
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 |