| Package | Description |
|---|---|
| org.joml.sampling |
Contains classes for generating sampling patterns.
|
| Modifier and Type | Method and Description |
|---|---|
BestCandidateSampling.Quad |
BestCandidateSampling.Quad.generate(Callback2d callback)
Generate 'best candidate' sample positions and call the given
callback for each generated sample. |
BestCandidateSampling.Quad |
BestCandidateSampling.Quad.generate(float[] xyzs)
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given
xyzs float array. |
BestCandidateSampling.Quad |
BestCandidateSampling.Quad.generate(FloatBuffer xys)
Generate 'best candidate' sample positions and store the coordinates of all generated samples into the given
xys FloatBuffer. |
BestCandidateSampling.Quad |
BestCandidateSampling.Quad.numCandidates(int numCandidates)
Set the number of candidates to try for each generated sample.
|
BestCandidateSampling.Quad |
BestCandidateSampling.Quad.numSamples(int numSamples)
Set the number of samples to generate.
|
BestCandidateSampling.Quad |
BestCandidateSampling.Quad.seed(long seed)
Set the seed to initialize the pseudo-random number generator with.
|
Copyright © 2015–2019 JOML. All rights reserved.