doom3-gpl
Doom 3 GPL source release
|
This is the complete list of members for idMath, including all inherited members.
Abs(int x) | idMath | static |
ACos(float a) | idMath | static |
ACos16(float a) | idMath | static |
ACos64(float a) | idMath | static |
AngleDelta(float angle1, float angle2) | idMath | static |
AngleNormalize180(float angle) | idMath | static |
AngleNormalize360(float angle) | idMath | static |
ASin(float a) | idMath | static |
ASin16(float a) | idMath | static |
ASin64(float a) | idMath | static |
ATan(float a) | idMath | static |
ATan(float y, float x) | idMath | static |
ATan16(float a) | idMath | static |
ATan16(float y, float x) | idMath | static |
ATan64(float a) | idMath | static |
ATan64(float y, float x) | idMath | static |
BitCount(int x) | idMath | static |
BitReverse(int x) | idMath | static |
BitsForFloat(float f) | idMath | static |
BitsForInteger(int i) | idMath | static |
BitsToFloat(int i, int exponentBits, int mantissaBits) | idMath | static |
Ceil(float f) | idMath | static |
CeilPowerOfTwo(int x) | idMath | static |
ClampChar(int i) | idMath | static |
ClampFloat(float min, float max, float value) | idMath | static |
ClampInt(int min, int max, int value) | idMath | static |
ClampShort(int i) | idMath | static |
Cos(float a) | idMath | static |
Cos16(float a) | idMath | static |
Cos64(float a) | idMath | static |
E | idMath | static |
Exp(float f) | idMath | static |
Exp16(float f) | idMath | static |
Exp64(float f) | idMath | static |
EXP_BIAS enum value | idMath | private |
EXP_POS enum value | idMath | private |
Fabs(float f) | idMath | static |
FloatHash(const float *array, const int numFloats) | idMath | static |
FloatToBits(float f, int exponentBits, int mantissaBits) | idMath | static |
Floor(float f) | idMath | static |
FloorPowerOfTwo(int x) | idMath | static |
FLT_EPSILON | idMath | static |
Ftoi(float f) | idMath | static |
FtoiFast(float f) | idMath | static |
Ftol(float f) | idMath | static |
FtolFast(float) | idMath | static |
HALF_PI | idMath | static |
ILog2(float f) | idMath | static |
ILog2(int i) | idMath | static |
INFINITY | idMath | static |
Init(void) | idMath | static |
initialized | idMath | privatestatic |
InvSqrt(float x) | idMath | static |
InvSqrt16(float x) | idMath | static |
InvSqrt64(float x) | idMath | static |
IPow(int x, int y) | idMath | static |
IsPowerOfTwo(int x) | idMath | static |
iSqrt | idMath | privatestatic |
Log(float f) | idMath | static |
Log16(float f) | idMath | static |
Log64(float f) | idMath | static |
LOOKUP_BITS enum value | idMath | private |
LOOKUP_MASK enum value | idMath | private |
LOOKUP_POS enum value | idMath | private |
M_DEG2RAD | idMath | static |
M_MS2SEC | idMath | static |
M_RAD2DEG | idMath | static |
M_SEC2MS | idMath | static |
MaskForFloatSign(float f) | idMath | static |
MaskForIntegerSign(int i) | idMath | static |
ONEFOURTH_PI | idMath | static |
PI | idMath | static |
Pow(float x, float y) | idMath | static |
Pow16(float x, float y) | idMath | static |
Pow64(float x, float y) | idMath | static |
Rint(float f) | idMath | static |
RSqrt(float x) | idMath | static |
SEED_POS enum value | idMath | private |
Sin(float a) | idMath | static |
Sin16(float a) | idMath | static |
Sin64(float a) | idMath | static |
SinCos(float a, float &s, float &c) | idMath | static |
SinCos16(float a, float &s, float &c) | idMath | static |
SinCos64(float a, double &s, double &c) | idMath | static |
Sqrt(float x) | idMath | static |
Sqrt16(float x) | idMath | static |
Sqrt64(float x) | idMath | static |
SQRT_1OVER2 | idMath | static |
SQRT_1OVER3 | idMath | static |
SQRT_TABLE_SIZE enum value | idMath | private |
SQRT_THREE | idMath | static |
SQRT_TWO | idMath | static |
Tan(float a) | idMath | static |
Tan16(float a) | idMath | static |
Tan64(float a) | idMath | static |
TWO_PI | idMath | static |