Uses of Class
za.co.luma.math.sampling.PoissonDiskMultiSampler.Circle

Packages that use PoissonDiskMultiSampler.Circle
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 PoissonDiskMultiSampler.Circle in za.co.luma.math.sampling
 

Methods in za.co.luma.math.sampling that return PoissonDiskMultiSampler.Circle
static PoissonDiskMultiSampler.Circle PoissonDiskMultiSampler.generateAround(Vector2DDouble centre, double minDist, double minRadius, double radius, double distanceScale, double angleScale, double radiusScale)
          Generates a random point in the analus around the given point.