Difference between revisions of "ATan2"
added datan2 syntax
imported>DragoonWraith (rv) |
imported>WereWolf (added datan2 syntax) |
||
Line 3: | Line 3: | ||
'''Syntax:''' | '''Syntax:''' | ||
atan2 [float1] [float2] | atan2 [float1] [float2] | ||
or | |||
datan2 [float1] [float2] | |||
Returns the angle of (float2;float1) vector | Returns the angle of (float2;float1) vector |