#include "lux.h"
#include "sampling.h"
#include "transport.h"
#include "volume.h"
#include "film.h"
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
void | lux::StratifiedSample1D (float *samp, int nSamples, bool jitter) |
void | lux::StratifiedSample2D (float *samp, int nx, int ny, bool jitter) |
void | lux::Shuffle (float *samp, int count, int dims) |
void | lux::LatinHypercube (float *samples, int nSamples, int nDim) |