a property map associating points to the vertices of tm
Type: a class model of WritablePropertyMap with boost::graph_traits<TriangleMesh>::vertex_descriptor as key type and Triangulation_3::Point_3 as value type
Default: boost::get(CGAL::vertex_point, tm)
Returns
the vertex descriptor of the triangle mesh tm corresponding to the infinite vertex of t, if vh is on the convex hull of the triangulation, and if ignore_infinite_faces is false. Otherwise, an arbitrary vertex descriptor of the triangle mesh tm.