Crate bpa_rs

Source
Expand description

Surface reconstruction using the Ball Pivoting Algorithm.

Converts a point cloud into a STL mesh.

Modules§

grid
Stores the point cloud, helper functions and the main algorithm.
io
Load and Save points and meshes.
mesh
Internal structures for Points, Edges and Faces.

Structs§

Point
Base primitive for triangles and meshes.
Triangle
A series of Points

Functions§

reconstruct
Returns a mesh from a point cloud.