#include <KeosMath.h>
CRadian values are interchangeable with CDegree values, and conversions will be done automatically between them.
Definition at line 37 of file KeosMath.h.
| Keos::CRadian::CRadian | ( | Real | r = 0 |
) | [inline] |
Definition at line 45 of file KeosMath.h.
Referenced by operator *(), operator+(), operator-(), and operator/().
| Keos::CRadian::CRadian | ( | const CDegree & | d | ) | [inline] |
Definition at line 354 of file KeosMath.h.
| Real Keos::CRadian::valueDegrees | ( | ) | const [inline] |
Definition at line 391 of file KeosMath.h.
References m_Rad, and Keos::CMath::RadiansToDegrees().
Referenced by Keos::COGLRenderSystem::SetLight().
| Real Keos::CRadian::valueRadians | ( | ) | const [inline] |
Definition at line 61 of file KeosMath.h.
References m_Rad.
Referenced by Keos::operator *(), Keos::operator/(), and Keos::CD3D9RenderSystem::SetLight().
Definition at line 365 of file KeosMath.h.
References CRadian(), m_Rad, and Keos::CDegree::valueRadians().
| CRadian Keos::CRadian::operator- | ( | ) | [inline] |
Definition at line 378 of file KeosMath.h.
References CRadian(), m_Rad, and Keos::CDegree::valueRadians().
| bool Keos::CRadian::operator< | ( | const CRadian & | r | ) | const [inline] |
| bool Keos::CRadian::operator<= | ( | const CRadian & | r | ) | const [inline] |
| bool Keos::CRadian::operator== | ( | const CRadian & | r | ) | const [inline] |
| bool Keos::CRadian::operator!= | ( | const CRadian & | r | ) | const [inline] |
| bool Keos::CRadian::operator>= | ( | const CRadian & | r | ) | const [inline] |
| bool Keos::CRadian::operator> | ( | const CRadian & | r | ) | const [inline] |
Real Keos::CRadian::m_Rad [protected] |
Angle value in radians.
Definition at line 42 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