Expresses a float as an angle.
|
static float | ToAngle (float a, AngleType type) |
| Convert a float to an angle expressed as an AngleType. More...
|
|
static bool | operator< (Angle a, Angle b) |
|
static bool | operator> (Angle a, Angle b) |
|
static bool | operator<= (Angle a, Angle b) |
|
static bool | operator>= (Angle a, Angle b) |
|
static Angle | operator+ (Angle a, Angle b) |
|
static Angle | operator- (Angle a, Angle b) |
|
static bool | operator== (Angle a, Angle b) |
|
static bool | operator!= (Angle a, Angle b) |
|
static bool | operator< (Angle a, float b) |
|
static bool | operator> (Angle a, float b) |
|
static bool | operator<= (Angle a, float b) |
|
static bool | operator>= (Angle a, float b) |
|
static Angle | operator+ (Angle a, float b) |
|
static Angle | operator- (Angle a, float b) |
|
static Angle | operator* (Angle a, float b) |
|
static Angle | operator/ (Angle a, float b) |
|
static bool | operator< (float a, Angle b) |
|
static bool | operator> (float a, Angle b) |
|
static bool | operator<= (float a, Angle b) |
|
static bool | operator>= (float a, Angle b) |
|
static Angle | operator+ (float a, Angle b) |
|
static Angle | operator- (float a, Angle b) |
|
static implicit | operator Angle (float f) |
|