OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
Ogre::Radian Class Reference

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

#include <OgreMath.h>

Public Member Functions

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

Friends

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ Radian()

Member Function Documentation

◆ operator=() [1/2]

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

Referenced by operator=().

◆ operator=() [2/2]

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

References operator=(), and valueDegrees().

◆ valueRadians()

◆ operator+() [1/2]

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

Referenced by operator+().

◆ operator+() [2/2]

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

References operator+(), and Radian().

◆ operator+=()

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

◆ operator-() [1/2]

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

References Radian().

Referenced by operator-().

◆ operator-() [2/2]

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

References operator-(), and Radian().

◆ operator-=()

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

◆ operator*() [1/2]

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

References Radian().

◆ operator*() [2/2]

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

References Radian().

◆ operator*=()

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

◆ operator/()

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

References Radian().

◆ operator/=()

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

◆ operator<()

bool Ogre::Radian::operator< ( const Radian r) const
inline

◆ operator<=()

bool Ogre::Radian::operator<= ( const Radian r) const
inline

◆ operator==()

bool Ogre::Radian::operator== ( const Radian r) const
inline

◆ operator!=()

bool Ogre::Radian::operator!= ( const Radian r) const
inline

◆ operator>=()

bool Ogre::Radian::operator>= ( const Radian r) const
inline

◆ operator>()

bool Ogre::Radian::operator> ( const Radian r) const
inline

Friends And Related Function Documentation

◆ operator<<

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

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