FMath/FMath.h File Reference

The file containing functions and constants for math. More...

#include <math.h>
#include <algorithm>
#include "FMath/FMArray.h"
#include "FMath/FMFloat.h"
#include "FMath/FMInteger.h"
#include "FMath/FMVector2.h"
#include "FMath/FMVector3.h"
#include "FMath/FMVector4.h"
#include "FMath/FMColor.h"
#include "FMath/FMMatrix33.h"
#include "FMath/FMMatrix44.h"

Go to the source code of this file.

Namespaces

namespace  FMath

Functions

double FMath::RadToDeg (double val)
 Convert radians to degrees.
float FMath::RadToDeg (float val)
 Convert radians to degrees.
double FMath::DegToRad (double val)
 Convert degrees to radians.
float FMath::DegToRad (float val)
 Convert degrees to radians.
int FMath::IsNotANumber (float f)
 Determines if given float is encoding for not a number (NAN).
double FMath::Sign (double val)
 Determine the sign of a number.
float FMath::Sign (float val)
 Determine the sign of a number.
int32 FMath::Sign (int32 val)
 Determine the sign of a number.
template<class T>
FMath::Clamp (T val, T mn, T mx)
 Clamp the specified object within a range specified by two other objects of the same class.

Variables

const double FMath::Pi = 3.14159
 Mathematical value of pi to 5 decimals.


Detailed Description

The file containing functions and constants for math.


Generated on Fri May 12 16:44:40 2006 for FCollada by  doxygen 1.4.6-NO