poisson 0.1.0

Poisson-disk distribution generator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# poisson

**poisson** is library for generating 2d poisson-disk distributions.

## Using **poisson**

**poisson** is used through struct PoissonDisk. 
Function calc_radius can be used to calculate radius based on amount of samples wanted and relative radius.

Documentation is [here](https://WaDelma.github.io/poisson/)  

# TODO

   * Generalise to arbitary dimensions
     * Requires to be generic over vector dimensions
     * Requires hyperoctree
   * Generating takes consideration of already existing points
     * Multiple different radii?
   * Can quadtree be compressed? Skip Quadtree?
   * Benchmarks!