poisson3d | R Documentation |
Generate Poisson disk samples in 3D
poisson3d(w = 10, h = 10, d = 10, r = 4, k = 30L, verbosity = 0L)
w , h , d |
width and height and depth of region |
r |
minimum distance between points |
k |
number of sample points to generate at each iteration. default 30 |
verbosity |
Verbosity level. default: 0 |
data.frame with x, y and z coordinates. Points are returned in the order in which they were generated.
poisson3d(w = 10, h = 10, d = 10, r = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.