ATan2 (RSDKv4)¶
Description¶
Performs an arctan operation using x
and y
, storing the result in store
.
Parameters¶
store
-
The variable to store the result.
x
,y
-
The values used in the arctan operation.
Return Value¶
Sets store
to the result.