Fixed
Object Hierarchy:
Description:
public struct Fixed
Fixed point number using a (16.16) notation.
Content:
Static methods:
Methods:
- public Fixed atan ()
Computes the arc tangent of this.
- 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.
- public Fixed cos ()
Computes the cosine of this.
- public Fixed div (Fixed b)
- public Fixed mul (Fixed b)
- public Fixed mul_div (Fixed b, Fixed c)
- public uint pow2 ()
Calculates 2 to the this power.
- public Fixed sin ()
Computes the sine of this.
- public Fixed sqrt ()
Computes the square root of this.
- public Fixed tan ()
Computes the tangent of this.