#include <RandomSampleGenerator.h>
Inherits SampleGenerator.
Inheritance diagram for RandomSampleGenerator:


Public Member Functions | |
| void | samples (int n, float u[], float v[], float weight[]) const |
Definition at line 11 of file RandomSampleGenerator.h.
| void RandomSampleGenerator::samples | ( | int | n, | |
| float | u[], | |||
| float | v[], | |||
| float | weight[] | |||
| ) | const [inline, virtual] |
Generatye randomly distributed n samples per pixel
Reimplemented from SampleGenerator.
Definition at line 17 of file RandomSampleGenerator.h.
References frand().
1.5.1