VCF::Math Class Reference
#include <vcf/FoundationKit/VCFMath.h>
List of all members.
|
Public Member Functions |
| | Math () |
| virtual | ~Math () |
Static Public Member Functions |
| static double | degreesToRadians (const double &theta) |
| | returns the radian value of theta, where theta is in degrees
|
| static double | radiansToDegrees (const double &theta) |
| | returns the degee value of theta, where theta is in radians
|
| static double | Pi () |
Constructor & Destructor Documentation
| virtual VCF::Math::~Math |
( |
|
) |
[virtual] |
|
Member Function Documentation
| static double VCF::Math::degreesToRadians |
( |
const double & |
theta |
) |
[inline, static] |
|
|
|
returns the radian value of theta, where theta is in degrees
|
| static double VCF::Math::Pi |
( |
|
) |
[inline, static] |
|
| static double VCF::Math::radiansToDegrees |
( |
const double & |
theta |
) |
[inline, static] |
|
|
|
returns the degee value of theta, where theta is in radians
|
The documentation for this class was generated from the following file: