Cylinder#

class Cylinder(centers, orientations, radius, height)#

Parametrize a point cloud as cylinder.

Methods

Cylinder.fit(positions)

Fit a 3D point cloud to a cylinder.

Cylinder.points_per_sampling(sampling_density)

Computes the apporximate number of random samples required to achieve a given sampling_density.

Cylinder.sample(n_samples[, centers, ...])

Sample points from the surface of a cylinder.