Package org.joml.sampling
Class BestCandidateSampling.Cube
java.lang.Object
org.joml.sampling.BestCandidateSampling.Cube
- Enclosing class:
- BestCandidateSampling
public static class BestCandidateSampling.Cube
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Cube()
-
Method Summary
Modifier and Type Method Description BestCandidateSampling.Cube
generate(float[] floatArray)
BestCandidateSampling.Cube
generate(java.nio.FloatBuffer floatBuffer)
BestCandidateSampling.Cube
generate(Callback3d callback3d)
BestCandidateSampling.Cube
numCandidates(int int1)
BestCandidateSampling.Cube
numSamples(int int1)
BestCandidateSampling.Cube
seed(long long1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Cube
public Cube()
-
-
Method Details
-
seed
-
numSamples
-
numCandidates
-
generate
-
generate
-
generate
-