Crates.io | f3l_surface |
lib.rs | f3l_surface |
version | 0.2.0 |
source | src |
created_at | 2024-05-17 00:15:30.374866 |
updated_at | 2024-05-17 00:15:30.374866 |
description | 3D Point Cloud Library |
homepage | |
repository | https://github.com/Donvlouss/f3l |
max_upload_size | |
id | 1242668 |
size | 138,320 |
Compute features of surface.
Implement QuickHull.
Support 2D and 3D data.
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.
Implement Bowyer–Watson algorithm.
Currently, 2D only. Would compute multiple shapes in data, and triangles and contours of each shape.