Returns the arc-tangent of the argument.
float atan(float )vector atan(vector )vector4 atan(vector4 )float atan(float y, float x)Same as atan2.
Returns the arc-tangent of the argument. The return value is in the range -pi/2 to pi/2.
Returns the arc-tangent of the argument.
float atan(float )
vector atan(vector )
vector4 atan(vector4 )
float atan(float y, float x)
Same as atan2.
Returns the arc-tangent of the argument. The return value is in the range -pi/2 to pi/2.
Contexts: all