Arc Tangent 2

The Arc Tangent 2 Node.
The Arc Tangent 2 Node takes two Float values,
and
, and returns
. The result can be obtained in degrees (°) or radians (rad).
The function
is of common use in computer science and can be equivalently defined as:
- The anglein the Euclidean plane between the positiveaxis and the ray connecting the origin and the point.
- The phaseof the complex number. That is, the anglesuch thatand, where.

The Arc Tangent 2 Node Attributes.
Attribute | Type | Description |
---|---|---|
Is Degree | Bool | Determines whether the Output value is given in degrees (°) or radians (rad). |
Default Value y | Float | The default value of y , if no value is provided in the Input Socket. |
Default Value x | Float | The default value of x , if no value is provided in the Input Socket. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
y | Float | The input value. |
x | Float | The input value. |
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. |
Output | Float | The value of , either in degrees (°) or radians (rad), according to the Is Degree Attribute. |
Last modified 3mo ago