Contains classes for generating sampling patterns.
-
BestCandidateSampling.Disk.generate(float[] xys)
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given xys
float array.
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given xys
FloatBuffer.
Generate 'best candidate' sample positions and call the given callback
for each generated sample.
Set the number of candidates to try for each generated sample.
BestCandidateSampling.Disk.numSamples(int numSamples)
Set the number of samples to generate.
BestCandidateSampling.Disk.seed(long seed)
Set the seed to initialize the pseudo-random number generator with.