![]() |
KudanAR - iOS
1.6.0
|
#include <OgreMathLib.h>
Public Member Functions | |
| Degree (Real d=0) | |
| Degree (const Radian &r) | |
| Degree & | operator= (const Real &f) |
| Degree & | operator= (const Degree &d) |
| Degree & | operator= (const Radian &r) |
| Real | valueDegrees () const |
| Real | valueRadians () const |
| Real | 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* (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 |
| std::string | to_s () const |
Friends | |
| OGREMATHLIB_EXPORT friend std::ostream & | operator<< (std::ostream &o, const Degree &v) |
Wrapper class which indicates a given angle value is in Degrees.