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


Public Member Functions | |
| void | samples (int n, float u[], float v[], float weight[]) const |
Definition at line 11 of file StratifiedSampleGenerator.h.
| void StratifiedSampleGenerator::samples | ( | int | n, | |
| float | u[], | |||
| float | v[], | |||
| float | weight[] | |||
| ) | const [inline, virtual] |
Simple sampler generator which generates samples in the middle of the pixel
Reimplemented from SampleGenerator.
Definition at line 14 of file StratifiedSampleGenerator.h.
References frand().
1.5.1