CGAL 5.2.2 - 3D Skin Surface Meshing
|
#include <CGAL/Skin_surface_3.h>
The Skin_surface_3
is the main class in this package.
It is a model of the concept SkinSurface_3
.
The template argument must be a model of the concept SkinSurfaceTraits_3
, which means that it provides predicates to construct a regular triangulation of the weighted points and for point location in the mixed complex.