poissoned: Poisson Disk Sampling in 2D and 3D

Poisson disk sampling is a method of generating blue noise sample patterns where all samples are at least a specified distance apart. Poisson samples may be generated in two or three dimensions with this package. The algorithm used is an implementation of Bridson's "Fast Poisson disk sampling in arbitrary dimensions" <doi:10.1145%2F1278780.1278807>.

Version: 0.1.3
Suggests: testthat (≥ 3.0.0)
Published: 2024-10-21
DOI: 10.32614/CRAN.package.poissoned
Author: Mike Cheng [aut, cre, cph]
Maintainer: Mike Cheng <mikefc at coolbutuseless.com>
BugReports: https://github.com/coolbutuseless/poissoned/issues
License: MIT + file LICENSE
URL: https://github.com/coolbutuseless/poissoned
NeedsCompilation: yes
Materials: NEWS
CRAN checks: poissoned results

Documentation:

Reference manual: poissoned.pdf

Downloads:

Package source: poissoned_0.1.3.tar.gz
Windows binaries: r-devel: poissoned_0.1.3.zip, r-release: poissoned_0.1.3.zip, r-oldrel: poissoned_0.1.3.zip
macOS binaries: r-release (arm64): poissoned_0.1.3.tgz, r-oldrel (arm64): poissoned_0.1.3.tgz, r-release (x86_64): poissoned_0.1.3.tgz, r-oldrel (x86_64): poissoned_0.1.3.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=poissoned to link to this page.