|
My Project
|
Wrapper class which indicates a given angle value is in Degrees. More...
#include <ParaAngle.h>
Public Member Functions | |
| Degree (float d=0) | |
| Degree (const Radian &r) | |
| Degree & | operator= (const float &f) |
| Degree & | operator= (const Degree &d) |
| Degree & | operator= (const Radian &r) |
| float | valueDegrees () const |
| float | valueRadians () const |
| float | valueAngleUnits () const |
| const Degree & | operator+ () const |
| Degree | operator+ (const Degree &d) const |
| Degree | operator+ (const Radian &r) const |
| Degree & | operator+= (const Degree &d) |
| Degree & | operator+= (const Radian &r) |
| Degree | operator- () const |
| Degree | operator- (const Degree &d) const |
| Degree | operator- (const Radian &r) const |
| Degree & | operator-= (const Degree &d) |
| Degree & | operator-= (const Radian &r) |
| Degree | operator* (float f) const |
| Degree | operator* (const Degree &f) const |
| Degree & | operator*= (float f) |
| Degree | operator/ (float f) const |
| Degree & | operator/= (float f) |
| bool | operator< (const Degree &d) const |
| bool | operator<= (const Degree &d) const |
| bool | operator== (const Degree &d) const |
| bool | operator!= (const Degree &d) const |
| bool | operator>= (const Degree &d) const |
| bool | operator> (const Degree &d) const |
Wrapper class which indicates a given angle value is in Degrees.
1.8.12