Questions tagged [grid]

8 questions
5
votes
1 answer

Is this smaller grid for Poisson disc sampling still correct?

I've seen a number of 2D Poisson disc sampling algorithms online that use a grid to accelerate checking for existing points within the minimum radius [![r][r image]][r link] of a candidate point. For example: Dev.Mag mbostock They use a grid of…