pub fn reconstruct(points: &[Point], radius: f32) -> Option<Vec<Triangle>>
Expand description
Returns a mesh from a point cloud.
Main entry point for this library.
§Panics
(Debug ONLY) File system issues when saving_points()
’s or saving_triangle()
’s