poisson3d: Generate Poisson disk samples in 3D

View source: R/poisson.R

poisson3dR Documentation

Generate Poisson disk samples in 3D

Description

Generate Poisson disk samples in 3D

Usage

poisson3d(w = 10, h = 10, d = 10, r = 4, k = 30L, verbosity = 0L)

Arguments

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

Value

data.frame with x, y and z coordinates. Points are returned in the order in which they were generated.

Examples

poisson3d(w = 10, h = 10, d = 10, r = 5)

poissoned documentation built on Oct. 21, 2024, 5:07 p.m.