#include <KeosMath.h>
CDegree values are interchangeable with CRadian values, and conversions will be done automatically between them.
Definition at line 147 of file KeosMath.h.
| Keos::CDegree::CDegree | ( | Real | d = 0 |
) | [inline, explicit] |
Definition at line 154 of file KeosMath.h.
Referenced by operator *(), operator+(), operator-(), and operator/().
| Keos::CDegree::CDegree | ( | const CRadian & | r | ) | [inline] |
Definition at line 156 of file KeosMath.h.
| Real Keos::CDegree::valueDegrees | ( | ) | const [inline] |
Definition at line 174 of file KeosMath.h.
References m_Deg.
Referenced by Keos::operator *(), and Keos::operator/().
| Real Keos::CDegree::valueRadians | ( | ) | const [inline] |
Definition at line 397 of file KeosMath.h.
References Keos::CMath::DegreesToRadians(), and m_Deg.
Referenced by Keos::CRadian::operator+(), Keos::CRadian::operator+=(), Keos::CRadian::operator-(), Keos::CRadian::operator-=(), and Keos::CRadian::operator=().
| CDegree Keos::CDegree::operator- | ( | ) | [inline] |
| bool Keos::CDegree::operator< | ( | const CDegree & | d | ) | const [inline] |
| bool Keos::CDegree::operator<= | ( | const CDegree & | d | ) | const [inline] |
| bool Keos::CDegree::operator== | ( | const CDegree & | d | ) | const [inline] |
| bool Keos::CDegree::operator!= | ( | const CDegree & | d | ) | const [inline] |
| bool Keos::CDegree::operator>= | ( | const CDegree & | d | ) | const [inline] |
| bool Keos::CDegree::operator> | ( | const CDegree & | d | ) | const [inline] |
Real Keos::CDegree::m_Deg [protected] |
Angle value in degrees.
Definition at line 151 of file KeosMath.h.
Referenced by operator *(), operator *=(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), valueDegrees(), and valueRadians().
1.5.1-p1