#include <MathUnit.h>
Public Member Functions | |
Degree (Real d=0) | |
Degree (const Radian &r) | |
const Degree & | operator= (const Real &f) |
const Degree & | operator= (const Degree &d) |
const Degree & | operator= (const Radian &r) |
Real | valueDegrees () const |
Real | valueRadians () const |
Real | valueAngleUnits () 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- () |
Degree | operator- (const Degree &d) const |
Degree | operator- (const Radian &r) const |
Degree & | operator-= (const Degree &d) |
Degree & | operator-= (const Radian &r) |
Degree | operator * (Real f) const |
Degree | operator * (const Degree &f) const |
Degree & | operator *= (Real f) |
Degree | operator/ (Real f) const |
Degree & | operator/= (Real 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 |