Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark authored May 29, 2023
1 parent 78dd74f commit 4aa4a7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const auto Points = PoissonGenerator::generatePoissonPoints( numPoints, PRNG );
const auto Points = PoissonGenerator::generateVogelPoints( numPoints );
...
const auto Points = PoissonGenerator::generateJitteredGridPoints( numPoints, PRNG );
...
const auto Points = PoissonGenerator::generateHammersleyPoints( numPoints );
```

Build instructions:
Expand Down Expand Up @@ -63,3 +65,7 @@ Vogel disk
Jittered grid

![image](https://user-images.githubusercontent.com/2510143/160268633-365a802b-ded1-40ea-bfef-23d02d6803e4.png)

Hammersley points

![Points](https://github.com/corporateshark/poisson-disk-generator/assets/2510143/086f26ad-0c42-4c80-92a9-ab74374034f3)

0 comments on commit 4aa4a7e

Please sign in to comment.