atan2 vex function
Returns the arc-tangent of y/x.
float atan2(float y, float x)
Returns the arc-tangent of y/x. The return value is in the range -π to pi.
Returns the arc-tangent of y/x.
float atan2(float y, float x)
Returns the arc-tangent of y/x. The return value is in the range -π to pi.