Arc Tangent 2
Overview
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 angle in the Euclidean plane between the positive axis and the ray connecting the origin and the point .
The phase of the complex number . That is, the angle such that and , where .
Scope: Project, Scene, Function, Prefab.
Attributes
Miscellaneous
Attribute | Type | Description |
---|---|---|
| Bool | Determines whether the |
| Float | The default value of |
| Float | The default value of |
Inputs
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Float | |
| Float |
Outputs
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 |
See Also
External Links
atan2 on Wikipedia.
Last updated