atan2


Description:

public Fixed atan2 (Fixed b)

Computes the arc tangent of this / b but uses the sign of both arguments to return the angle in right quadrant.

Parameters:

this

the numerator as a Fixed number

b

the denominator as a Fixed number

Returns:

the arc tangent of the passed fraction, in fixed point notation