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:

  • Radian_to_Degree: D = R x 180/π.

  • Degree_to_Radian: R = D x π/180,

where R is an angle in radians (rad) and D is an angle in degrees (°).

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

See Also

Last updated