mirror of https://github.com/CGAL/cgal
Remove advanced on collapse_face
This commit is contained in:
parent
5e03101540
commit
9f2155da93
|
|
@ -514,13 +514,11 @@ Face & f, Vertex_handle hint) const;
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\cgalAdvancedBegin
|
|
||||||
Contracts the `Face f` to a single vertex at
|
Contracts the `Face f` to a single vertex at
|
||||||
position `p`. Returns a handle to that vertex.
|
position `p`. Returns a handle to that vertex.
|
||||||
|
|
||||||
\pre The boundary of the union of full cells incident to `f` must be a triangulation of a
|
\pre The boundary of the union of full cells incident to `f` must be a triangulation of a
|
||||||
sphere of dimension `tr`.`current_dimension()`).
|
sphere of dimension `tr`.`current_dimension()`).
|
||||||
\cgalAdvancedEnd
|
|
||||||
*/
|
*/
|
||||||
Vertex_handle collapse_face(const Point & p, const Face & f);
|
Vertex_handle collapse_face(const Point & p, const Face & f);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue