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