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 |
---|---|---|
Input | Type | Description |
---|---|---|
Output | Type | Description |
---|---|---|
Mode
Drop-down
Determines which conversion equation is used.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Input
Float
The angle to to convert.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Output
Float
The converted Value.