Radian-Degree Converter
Last updated
Last updated
Radian-Degree Converter takes a single Float Value, representing an angle, in degrees (°) or radians (rad), and converts it from one unit to the other.
The equation used by the Node is determined by the Mode
Attribute. The equations are:
Radians to Degrees - R x 180/π
Degrees to Radians - D x π/180
Attribute | Type | Description |
---|---|---|
| Drop-down | Determines which conversion equation is used. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Float | The angle to to convert. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Float | The converted Value. |