Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

peon::Degree Class Reference

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

#include <MathUnit.h>

List of all members.

Public Member Functions

 Degree (Real d=0)
 Degree (const Radian &r)
const Degreeoperator= (const Real &f)
const Degreeoperator= (const Degree &d)
const Degreeoperator= (const Radian &r)
Real valueDegrees () const
Real valueRadians () const
Real valueAngleUnits () const
Degree operator+ (const Degree &d) const
Degree operator+ (const Radian &r) const
Degreeoperator+= (const Degree &d)
Degreeoperator+= (const Radian &r)
Degree operator- ()
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
Degree operator * (const Degree &f) const
Degreeoperator *= (Real f)
Degree operator/ (Real f) const
Degreeoperator/= (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


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.


The documentation for this class was generated from the following file:
Generated on Wed Nov 9 09:37:07 2005 for Peon by  doxygen 1.4.3