Arc Tangent 2
Last updated
Last updated
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.
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.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
y
Float
x
Float
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
atan2 on Wikipedia.
The input value.
The input value.
The value of , either in degrees (°) or radians (rad), according to the Is Degree
Attribute.