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.Spheregenerate(float[] floatArray)BestCandidateSampling.Spheregenerate(java.nio.FloatBuffer floatBuffer)BestCandidateSampling.Spheregenerate(Callback3d callback3d)BestCandidateSampling.SpherenumCandidates(int int1)BestCandidateSampling.SpherenumSamples(int int1)BestCandidateSampling.SphereonHemisphere(boolean boolean1)BestCandidateSampling.Sphereseed(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
-