My Project
Public Member Functions | List of all members
ParaEngine::Radian Class Reference

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

#include <ParaAngle.h>

Public Member Functions

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

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.

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