f3l_surface

Crates.iof3l_surface
lib.rsf3l_surface
version0.2.0
sourcesrc
created_at2024-05-17 00:15:30.374866
updated_at2024-05-17 00:15:30.374866
description3D Point Cloud Library
homepage
repositoryhttps://github.com/Donvlouss/f3l
max_upload_size
id1242668
size138,320
(Donvlouss)

documentation

README

F3l Surface

Compute features of surface.

Convex Hull

Implement QuickHull.

Support 2D and 3D data.

Concave Hull

Support 2D and 3D (partial) data.

In 3D data, would segment a plane then rotate data to make the plane lies on XY dimension, then compute 2D.

Delaunay

Implement Bowyer–Watson algorithm.

Currently, 2D only. Would compute multiple shapes in data, and triangles and contours of each shape.

Commit count: 117

cargo fmt