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