Angle
Object Hierarchy:
Description:
public struct Angle
Integer representation of an angle such that 1024 corresponds to full circle (i.e., 2 * pi).
Content:
Methods:
- public Fixed cos ()
Computes the cosine of angle
- public Fixed sin ()
Computes the sine of angle
- public Fixed tan ()
Computes the tangent of angle