Public Member Functions | |
LLFastLn () | |
F32 | ln (F32 x) |
F32 | pow (F32 x, F32 y) |
Private Attributes | |
F32 | mTable [257] |
Definition at line 78 of file llvosky.cpp.
LLFastLn::LLFastLn | ( | ) | [inline] |
Definition at line 90 of file llvosky.cpp.
References llfloor(), mTable, S32, and t.
Referenced by LLVOSky::calcSkyColorInDir(), pow(), and LLVOSky::updateHaze().
Definition at line 124 of file llvosky.cpp.
References LL_FAST_EXP, and ln().
Referenced by LLTranspMap::calcAirTranspDir(), LLHaze::calcPhase(), color_gamma_correct(), and color_pow().
F32 LLFastLn::mTable[257] [private] |