This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* adapted from cgal's example | |
** The purpose is to test fair() and expose issues, | |
** e.g. the faired region contains bad vertices (NaN) | |
*/ | |
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> | |
#include <CGAL/Polygon_mesh_processing/fair.h> | |
#include <CGAL/Polygon_mesh_processing/random_perturbation.h> | |
#include <CGAL/Polygon_mesh_processing/refine.h> | |
#include <CGAL/Polygon_mesh_processing/triangulate_hole.h> |