The function parameters::no_perturb allows the user to tell mesh generation global functions make_mesh_3 and refine_mesh_3 that no perturbation must be done.
#include <CGAL/refine_mesh_3.h>
|
|
This function takes no parameter.
parameters::perturb
perturb_mesh_3
make_mesh_3
refine_mesh_3
// Mesh generation without perturbation C3t3 c3t3 = make_mesh_3<c3t3>(domain, criteria, parameters::no_perturb());