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