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