Mgc::Math Class Reference
#include <MgcMath.h>
Detailed Description
Definition at line 28 of file MgcMath.h.
Member Function Documentation
static int Mgc::Math::Sign |
( |
int |
iValue |
) |
[static] |
static Real Mgc::Math::Sign |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Sqr |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::UnitRandom |
( |
Real |
fSeed = 0.0f |
) |
[static] |
static Real Mgc::Math::SymmetricRandom |
( |
Real |
fSeed = 0.0f |
) |
[static] |
static Real Mgc::Math::IntervalRandom |
( |
Real |
fMin, |
|
|
Real |
fMax, |
|
|
Real |
fSeed = 0.0f | |
|
) |
| | [static] |
static Real Mgc::Math::FastSin0 |
( |
Real |
fAngle |
) |
[static] |
static Real Mgc::Math::FastSin1 |
( |
Real |
fAngle |
) |
[static] |
static Real Mgc::Math::FastCos0 |
( |
Real |
fAngle |
) |
[static] |
static Real Mgc::Math::FastCos1 |
( |
Real |
fAngle |
) |
[static] |
static Real Mgc::Math::FastTan0 |
( |
Real |
fAngle |
) |
[static] |
static Real Mgc::Math::FastTan1 |
( |
Real |
fAngle |
) |
[static] |
static Real Mgc::Math::FastInvSin |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::FastInvCos |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::FastInvTan0 |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::FastInvTan1 |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::ACos |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::ASin |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::InvSqrt |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::ATan |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Ceil |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Cos |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Exp |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::FAbs |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Floor |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Log |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Pow |
( |
Real |
kBase, |
|
|
Real |
kExponent | |
|
) |
| | [static] |
static Real Mgc::Math::Sin |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Sqrt |
( |
Real |
fValue |
) |
[static] |
static Real Mgc::Math::Tan |
( |
Real |
fValue |
) |
[static] |
Field Documentation
The documentation for this class was generated from the following file: