#include "fresnel.h"
#include "spectrum.h"
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
void | lux::FrDiel (float cosi, float cost, const SWCSpectrum &etai, const SWCSpectrum &etat, SWCSpectrum *const f) |
void | lux::FrDiel2 (float cosi, const SWCSpectrum &cost, const SWCSpectrum &eta, SWCSpectrum *f) |
void | lux::FrCond (float cosi, const SWCSpectrum &eta, const SWCSpectrum &k, SWCSpectrum *const f) |
void | lux::FrFull (float cosi, const SWCSpectrum &cost, const SWCSpectrum &eta, const SWCSpectrum &k, SWCSpectrum *f) |
SWCSpectrum | lux::FresnelApproxEta (const SWCSpectrum &Fr) |
SWCSpectrum | lux::FresnelApproxK (const SWCSpectrum &Fr) |