Package: poissoned
Type: Package
Title: Poisson Disk Sampling in 2D and 3D
Version: 0.1.3
Authors@R: c(
    person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com")
    )
Maintainer: Mike Cheng <mikefc@coolbutuseless.com>
Description: 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>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/coolbutuseless/poissoned
BugReports: https://github.com/coolbutuseless/poissoned/issues
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2024-10-19 11:31:08 UTC; mike
Author: Mike Cheng [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-10-21 12:30:07 UTC
Built: R 4.3.3; x86_64-apple-darwin20; 2024-10-21 13:58:49 UTC; unix
Archs: poissoned.so.dSYM
