Package: poissoned 0.1.3.9000
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 (2007) "Fast Poisson disk sampling in arbitrary dimensions" <doi:10.1145/1278780.1278807>.
Authors:
poissoned_0.1.3.9000.tar.gz
poissoned_0.1.3.9000.zip(r-4.5)poissoned_0.1.3.9000.zip(r-4.4)poissoned_0.1.3.9000.zip(r-4.3)
poissoned_0.1.3.9000.tgz(r-4.5-x86_64)poissoned_0.1.3.9000.tgz(r-4.5-arm64)poissoned_0.1.3.9000.tgz(r-4.4-x86_64)poissoned_0.1.3.9000.tgz(r-4.4-arm64)poissoned_0.1.3.9000.tgz(r-4.3-x86_64)poissoned_0.1.3.9000.tgz(r-4.3-arm64)
poissoned_0.1.3.9000.tar.gz(r-4.5-noble)poissoned_0.1.3.9000.tar.gz(r-4.4-noble)
poissoned_0.1.3.9000.tgz(r-4.4-emscripten)poissoned_0.1.3.9000.tgz(r-4.3-emscripten)
poissoned.pdf |poissoned.html✨
poissoned/json (API)
NEWS
# Install 'poissoned' in R: |
install.packages('poissoned', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/poissoned/issues
Last updated 4 months agofrom:6ae22a965c. Checks:11 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 05 2025 |
R-4.5-win-x86_64 | OK | Feb 05 2025 |
R-4.5-mac-x86_64 | OK | Feb 05 2025 |
R-4.5-mac-aarch64 | OK | Feb 05 2025 |
R-4.5-linux-x86_64 | OK | Feb 05 2025 |
R-4.4-win-x86_64 | OK | Feb 05 2025 |
R-4.4-mac-x86_64 | OK | Feb 05 2025 |
R-4.4-mac-aarch64 | OK | Feb 05 2025 |
R-4.3-win-x86_64 | OK | Feb 05 2025 |
R-4.3-mac-x86_64 | OK | Feb 05 2025 |
R-4.3-mac-aarch64 | OK | Feb 05 2025 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generate Poisson disk samples in 2D | poisson2d |
Generate Poisson disk samples in 3D | poisson3d |