|
| | Angle () |
| | Angle (s32 value) |
| | Angle (const Angle &other)=default |
| | operator s32 () const |
| Angle & | operator= (const Angle &rhs) |
| Angle & | operator+= (const Angle &rhs) |
| Angle & | operator-= (const Angle &rhs) |
| Angle | operator+ () const |
| Angle | operator- () const |
| Angle | operator+ (const Angle &rhs) |
| Angle | operator+ (s32 rhs) |
| Angle | operator- (const Angle &rhs) |
| Angle | operator- (s32 rhs) |
| bool | operator== (const Angle &rhs) const |
| bool | operator== (s32 rhs) const |
| bool | operator!= (const Angle &rhs) const |
| bool | operator!= (s32 rhs) const |
| bool | addCalcAngle (const Angle &target, f32 ratio, const Angle &max) |
| bool | addCalcAngle (const Angle &target, f32 ratio, const Angle &max, const Angle &min) |
| bool | chaseDecrease (const Angle &target, f32 ratio, const Angle &max, const Angle &min) |
| bool | chaseRest (const Angle &target, const Angle &step) |
| bool | chaseConstant (const Angle &target, const Angle &step) |