Uses of Class
org.joml.sampling.BestCandidateSampling.Quad
Packages that use BestCandidateSampling.Quad
-
Uses of BestCandidateSampling.Quad in org.joml.sampling
Methods in org.joml.sampling that return BestCandidateSampling.QuadModifier and TypeMethodDescriptionBestCandidateSampling.Quad.generate(float[] xyzs) Generate 'best candidate' sample positions and store the coordinates of all generated samples into the givenxyzsfloat array.BestCandidateSampling.Quad.generate(FloatBuffer xys) Generate 'best candidate' sample positions and store the coordinates of all generated samples into the givenxysFloatBuffer.BestCandidateSampling.Quad.generate(Callback2d callback) Generate 'best candidate' sample positions and call the givencallbackfor each generated sample.BestCandidateSampling.Quad.numCandidates(int numCandidates) Set the number of candidates to try for each generated sample.BestCandidateSampling.Quad.numSamples(int numSamples) Set the number of samples to generate.BestCandidateSampling.Quad.seed(long seed) Set the seed to initialize the pseudo-random number generator with.