OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Degree Class Reference

Wrapper class which indicates a given angle value is in Degrees. More...

#include <OgreMath.h>

Public Member Functions

 Degree (Real d=0)
 
 Degree (const Radian &r)
 
bool operator!= (const Degree &d) const
 
Degree operator* (Real f) const
 
Degree operator* (const Degree &f) const
 
Degreeoperator*= (Real f)
 
const Degreeoperator+ () const
 
Degree operator+ (const Degree &d) const
 
Degree operator+ (const Radian &r) const
 
Degreeoperator+= (const Degree &d)
 
Degreeoperator+= (const Radian &r)
 
Degree operator- () const
 
Degree operator- (const Degree &d) const
 
Degree operator- (const Radian &r) const
 
Degreeoperator-= (const Degree &d)
 
Degreeoperator-= (const Radian &r)
 
Degree operator/ (Real f) const
 
Degreeoperator/= (Real f)
 
bool operator< (const Degree &d) const
 
bool operator<= (const Degree &d) const
 
Degreeoperator= (const Real &f)
 
Degreeoperator= (const Degree &d)
 
Degreeoperator= (const Radian &r)
 
bool operator== (const Degree &d) const
 
bool operator> (const Degree &d) const
 
bool operator>= (const Degree &d) const
 
Real valueAngleUnits () const
 
Real valueDegrees () const
 
Real valueRadians () const
 

Private Attributes

Real mDeg
 

Friends

_OgreExport friend std::ostream & operator<< (std::ostream &o, const Degree &v)
 

Detailed Description

Wrapper class which indicates a given angle value is in Degrees.

Remarks
Degree values are interchangeable with Radian values, and conversions will be done automatically between them.

Definition at line 98 of file OgreMath.h.

Constructor & Destructor Documentation

Ogre::Degree::Degree ( Real  d = 0)
inlineexplicit

Definition at line 103 of file OgreMath.h.

Referenced by operator*(), operator+(), operator-(), and operator/().

Ogre::Degree::Degree ( const Radian r)
inline

Definition at line 104 of file OgreMath.h.

Member Function Documentation

bool Ogre::Degree::operator!= ( const Degree d) const
inline

Definition at line 132 of file OgreMath.h.

References mDeg.

Degree Ogre::Degree::operator* ( Real  f) const
inline

Definition at line 123 of file OgreMath.h.

References Degree(), and mDeg.

Degree Ogre::Degree::operator* ( const Degree f) const
inline

Definition at line 124 of file OgreMath.h.

References Degree(), and mDeg.

Degree& Ogre::Degree::operator*= ( Real  f)
inline

Definition at line 125 of file OgreMath.h.

References mDeg.

const Degree& Ogre::Degree::operator+ ( ) const
inline

Definition at line 113 of file OgreMath.h.

Degree Ogre::Degree::operator+ ( const Degree d) const
inline

Definition at line 114 of file OgreMath.h.

References Degree(), and mDeg.

Degree Ogre::Degree::operator+ ( const Radian r) const
inline

Definition at line 115 of file OgreMath.h.

References Degree(), mDeg, and Ogre::Radian::valueDegrees().

Degree& Ogre::Degree::operator+= ( const Degree d)
inline

Definition at line 116 of file OgreMath.h.

References mDeg.

Degree& Ogre::Degree::operator+= ( const Radian r)
inline

Definition at line 117 of file OgreMath.h.

References mDeg, and Ogre::Radian::valueDegrees().

Degree Ogre::Degree::operator- ( ) const
inline

Definition at line 118 of file OgreMath.h.

References Degree(), and mDeg.

Degree Ogre::Degree::operator- ( const Degree d) const
inline

Definition at line 119 of file OgreMath.h.

References Degree(), and mDeg.

Degree Ogre::Degree::operator- ( const Radian r) const
inline

Definition at line 120 of file OgreMath.h.

References Degree(), mDeg, and Ogre::Radian::valueDegrees().

Degree& Ogre::Degree::operator-= ( const Degree d)
inline

Definition at line 121 of file OgreMath.h.

References mDeg.

Degree& Ogre::Degree::operator-= ( const Radian r)
inline

Definition at line 122 of file OgreMath.h.

References mDeg, and Ogre::Radian::valueDegrees().

Degree Ogre::Degree::operator/ ( Real  f) const
inline

Definition at line 126 of file OgreMath.h.

References Degree(), and mDeg.

Degree& Ogre::Degree::operator/= ( Real  f)
inline

Definition at line 127 of file OgreMath.h.

References mDeg.

bool Ogre::Degree::operator< ( const Degree d) const
inline

Definition at line 129 of file OgreMath.h.

References mDeg.

bool Ogre::Degree::operator<= ( const Degree d) const
inline

Definition at line 130 of file OgreMath.h.

References mDeg.

Degree& Ogre::Degree::operator= ( const Real f)
inline

Definition at line 105 of file OgreMath.h.

References mDeg.

Degree& Ogre::Degree::operator= ( const Degree d)
inline

Definition at line 106 of file OgreMath.h.

References mDeg.

Degree& Ogre::Degree::operator= ( const Radian r)
inline

Definition at line 107 of file OgreMath.h.

References mDeg, and Ogre::Radian::valueDegrees().

bool Ogre::Degree::operator== ( const Degree d) const
inline

Definition at line 131 of file OgreMath.h.

References mDeg.

bool Ogre::Degree::operator> ( const Degree d) const
inline

Definition at line 134 of file OgreMath.h.

References mDeg.

bool Ogre::Degree::operator>= ( const Degree d) const
inline

Definition at line 133 of file OgreMath.h.

References mDeg.

Real Ogre::Degree::valueDegrees ( ) const
inline

Definition at line 109 of file OgreMath.h.

References mDeg.

Referenced by Ogre::Math::Abs(), Ogre::operator*(), Ogre::operator/(), Ogre::Math::Sign(), and Ogre::Math::Sqrt().

Friends And Related Function Documentation

_OgreExport friend std::ostream& operator<< ( std::ostream &  o,
const Degree v 
)
friend

Definition at line 137 of file OgreMath.h.

Member Data Documentation


The documentation for this class was generated from the following file: