#include <reflection.h>

Public Member Functions | |
| Lambertian (const Spectrum &reflectance) | |
| Spectrum | f (const Vector &wo, const Vector &wi) const |
| Spectrum | rho (const Vector &, int, float *) const |
| Spectrum | rho (int, float *) const |
Private Attributes | |
| Spectrum | R |
| Spectrum | RoverPI |
Definition at line 240 of file reflection.h.
| Lambertian::Lambertian | ( | const Spectrum & | reflectance | ) | [inline] |
Definition at line 243 of file reflection.h.
| Spectrum Lambertian::rho | ( | int | , | |
| float * | ||||
| ) | const [inline, virtual] |
Spectrum Lambertian::R [private] |
Definition at line 254 of file reflection.h.
Spectrum Lambertian::RoverPI [private] |
1.5.6