![]() |
The function mesh_skin_surface_3<SkinSurface_3, Polyhedron_3> constructs a mesh isotopic to the skin surface based on the algorithm in [KV05]. It takes as input a SkinSurface_3 object, which is a model of the SkinSurface_3 concept and outputs the mesh in a Polyhedron_3 object.
#include <CGAL/mesh_skin_surface_3.h>
void make_skin_surface_mesh_3<SkinSurface_3, | ||||
Polyhedron_3> ( SkinSurface_3 skin_surface, Polyhedron_3 &p) | ||||
Constructs
a mesh of the skin_surface in
p.
|