Arctangent 2 function ![code/modules/wiremod/components/math/arctan2.dm 5](git.png)
A variant of arctan. When given a deltaX and deltaY, returns the angle. I will blow you out of the sky
Vars | |
input_port_x | The input port for the x-offset |
---|---|
input_port_y | The input port for the y-offset |
output | The result from the output |
Var Details
input_port_x ![code/modules/wiremod/components/math/arctan2.dm 11](git.png)
The input port for the x-offset
input_port_y ![code/modules/wiremod/components/math/arctan2.dm 13](git.png)
The input port for the y-offset
output ![code/modules/wiremod/components/math/arctan2.dm 16](git.png)
The result from the output