OGRE  master
Object-Oriented Graphics Rendering Engine
Ogre::Degree Class Reference

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

#include <OgreMath.h>

Public Member Functions

 Degree (float d=0)
 
 Degree (const Radian &r)
 
 Degree (const Ogre::Degree &rhs)
 
bool operator!= (const Degree &d) const
 
Degree operator* (float f) const
 
Degree operator* (const Degree &f) const
 
Degreeoperator*= (float 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/ (float f) const
 
Degreeoperator/= (float f)
 
bool operator< (const Degree &d) const
 
bool operator<= (const Degree &d) const
 
Degreeoperator= (const float &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
 
float valueAngleUnits () const
 
float valueDegrees () const
 
float valueRadians () const
 

Friends

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ Degree() [1/3]

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

◆ Degree() [2/3]

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

◆ Degree() [3/3]

Ogre::Degree::Degree ( const Ogre::Degree rhs)
inline

Member Function Documentation

◆ operator=() [1/3]

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

◆ operator=() [2/3]

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

◆ operator=() [3/3]

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

◆ valueDegrees()

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

◆ operator+() [1/3]

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

◆ operator+() [2/3]

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

◆ operator+() [3/3]

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

◆ operator+=() [1/2]

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

◆ operator+=() [2/2]

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

◆ operator-() [1/3]

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

◆ operator-() [2/3]

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

◆ operator-() [3/3]

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

◆ operator-=() [1/2]

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

◆ operator-=() [2/2]

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

◆ operator*() [1/2]

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

◆ operator*() [2/2]

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

◆ operator*=()

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

◆ operator/()

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

◆ operator/=()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator==()

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

◆ operator!=()

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

◆ operator>=()

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

◆ operator>()

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

Friends And Related Function Documentation

◆ operator<<

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

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