Radian-Degree Converter

Overview

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

Attributes

AttributeTypeDescription

Mode

Drop-down

Determines which conversion equation is used.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

Input

Float

The angle to to convert.

Outputs

OutputTypeDescription

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.

Last updated