Uses of Interface
za.co.luma.math.sampling.Sampler

Packages that use Sampler
za.co.luma.math.sampling The classes in this package is useful for sampling images, although some might be used to sample arbitrary structures. 
 

Uses of Sampler in za.co.luma.math.sampling
 

Classes in za.co.luma.math.sampling that implement Sampler
 class PoissonDiskSampler
          Algorithm based on Fast Poisson Disk Sampling in Arbitrary Dimensions by Robert Bridson, but with an arbitrary minimum distance function.
 class UniformPoissonDiskSampler
          Algorithm based on Fast Poisson Disk Sampling in Arbitrary Dimensions by Robert Bridson.
 class UniformRandomSampler