Package org.joml.sampling
Class BestCandidateSampling
- java.lang.Object
-
- org.joml.sampling.BestCandidateSampling
-
public class BestCandidateSampling extends java.lang.ObjectCreates samples using the "Best Candidate" algorithm.- Author:
- Kai Burjack
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBestCandidateSampling.CubeGenerates Best Candidate samples inside a unit cube.static classBestCandidateSampling.DiskGenerates Best Candidate samples on a unit disk.static classBestCandidateSampling.QuadGenerates Best Candidate samples on a unit quad.static classBestCandidateSampling.SphereGenerates Best Candidate samples on a unit sphere.
-
Constructor Summary
Constructors Constructor Description BestCandidateSampling()
-