Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Functions for remeshing. More...
Go to the source code of this file.
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Functions | |
void | GEO::remesh_smooth (Mesh &M_in, Mesh &M_out, index_t nb_points, coord_index_t dim=0, index_t nb_Lloyd_iter=5, index_t nb_Newton_iter=30, index_t Newton_m=7, bool adjust=true, double adjust_max_edge_distance=0.5) |
Remeshes a 'smooth' shape (that is, without management of sharp features). More... | |
void | GEO::mesh_adjust_surface (Mesh &surface, Mesh &reference, double max_edge_distance=0.5, bool project_borders=false) |
Adjusts a surface mesh in such a way that minimizes its distance to a reference surface mesh. More... | |
Functions for remeshing.
Definition in file mesh_remesh.h.