BestCandidateSampling.Cube |
BestCandidateSampling.Cube.generate(float[] xyzs) |
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given xyzs float array.
|
BestCandidateSampling.Cube |
BestCandidateSampling.Cube.generate(java.nio.FloatBuffer xyzs) |
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given xyzs FloatBuffer.
|
BestCandidateSampling.Cube |
BestCandidateSampling.Cube.generate(Callback3d callback) |
Generate 'best candidate' sample positions and call the given callback for each generated sample.
|
BestCandidateSampling.Cube |
BestCandidateSampling.Cube.numCandidates(int numCandidates) |
Set the number of candidates to try for each generated sample.
|
BestCandidateSampling.Cube |
BestCandidateSampling.Cube.numSamples(int numSamples) |
Set the number of samples to generate.
|
BestCandidateSampling.Cube |
BestCandidateSampling.Cube.seed(long seed) |
Set the seed to initialize the pseudo-random number generator with.
|